sebaubuntu_libs.libstring

Strings utils.

Functions

removeprefix(string, prefix)

Remove a prefix from a string.

removesuffix(string, suffix)

Remove a suffix from a string.

sebaubuntu_libs.libstring.removeprefix(string: str, prefix: str) str

Remove a prefix from a string.

sebaubuntu_libs.libstring.removesuffix(string: str, suffix: str) str

Remove a suffix from a string.