Module String.CaselessSource

Case-insensitive matching semantics.

Sourceval drop_prefix : t -> prefix:t -> t option
Sourceval drop_prefix_if_exists : t -> prefix:t -> t
Sourceval drop_suffix : t -> suffix:t -> t option
Sourceval drop_suffix_if_exists : t -> suffix:t -> t