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