Expand description
§string_util
provides support for a small number of operations involving strings.
Structs§
Enums§
Functions§
- capitalize
- Capitalizes the first character of the given string according to
cap_type
. ReturnsErr(EmptyStringError)
if the string is empty. - vec_
to_ delimited_ str - Converts a vector of any
Display
type to a string delimited by the passed character.