Expand description
A collection of functions for string manipulation.
Functionsยง
- is_
numeric - Checks whether the given string is a number.
- strip
- Removes the given character at the beginning and at the end of the string.
- strip_
both - Removes the given characters at the beginning and at the end of the string.
- strip_
left - Removes the given character at the beginning of the string.
- strip_
right - Removes the given character at the end of the string.