without_suffix()
without_prefix()
String utility methods for Python applications.
Functions
without_prefix(arg, prefix)
without_prefix
Remove prefix from the head of arg.
without_suffix(arg, suffix)
without_suffix
Remove suffix from the tail of arg.