Crate kalgan_string

Source
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.