Module string_utils

Source
Expand description

Exporting the module for working with strings.

Functionsยง

clean_split
Returns a vector of strings from strings split by some character. Both the string and split character have to be strings.