Module Utils.StringSource

Helper for dealing with strings.

Sourceval strip_chars : string -> string -> string

strip_chars str chars removes all occurrences of every char in chars from str returns the result.