package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Helper for dealing with strings.

val strip_chars : string -> string -> string

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