Utils.String_commonSourceHelper functions used for string manipulation.
Removes all non-ASCII diacritics from a string by converting them to their base letter in the Latin alphabet.
is_uppercase c returns if c is in the set 'A'...'Z'.
begins_with_uppercase s returns if the first letter of s is_uppercase_ascii. If s is empty returns false.
Converts CamlCase into snake_case after removing Remove all diacritics on Latin letters.
Converts snake_case into CamlCase after removing Remove all diacritics on Latin letters.