removeprefix()
removesuffix()
Strings utils.
Functions
removeprefix(string, prefix)
removeprefix
Remove a prefix from a string.
removesuffix(string, suffix)
removesuffix
Remove a suffix from a string.