Expand description
Multiple String related functions
Enums§
- Remove
Location Enum - Remove Location for remove_char function
Functions§
- find_
value_ by_ key - Finds and returns the value corresponding to a given key in a vector of key-value pairs.
- generate_
url_ safe_ string - Generates a random URL-safe string of the specified length.
- get_
first_ occurrance - Finds and returns the substring before the first occurrence of a given separator.
- get_
first_ of_ split - Splits the given string at the first occurrence of the specified separator.
- remove_
char - Removes the first or last character of a string if it matches the given target character.