OpamStd.String
val exact_match : Re.re -> string -> bool
Like String.compare
, but with lowercase/uppercase variants ordered next to each other (still considered not equal though)
Cut a string at the first occurrence of the given char
Split a string at occurrences of a given characters. Empty strings are skipped.
The same as split
, but keep empty strings (leading, trailing or between contiguous delimiters)