package dkml-c-probe

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val dos2unix : Stdlib.String.t -> Stdlib.String.t

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

val 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.