returns the string without the specified prefix
None
Checks whether the string has the specified prefix and if so returns the string without it. Otherwise the string is returned unaltered.
| std::without_prefix | removes a specific expression at the start of a string |
| std_types::string/std::without_suffix | returns the string without the specified suffix |
| std_types::string/std::has_prefix | checks whether the string has the specified prefix |