package dkml-c-probe

  1. Overview
  2. Docs

Module Probe_commonSource

Sourceval dos2unix : String.t -> String.t

dos2unix s converts all CRLF sequences in s into LF. Assumes s is ASCII encoded.

Sourceval normalize_into_upper_alnum : string -> string

normalize_into_upper_alnum s translates the ASCII string s into only the letters and numbers; lowercase letters are converted into uppercase, and any non alphanumeric character is translated into an underscore.

OCaml

Innovation. Community. Security.