package rosa

  1. Overview
  2. Docs

Module Rosa.ConstantsSource

String constants

Sourceval digits : string

String "0123456789"

Sourceval oct_digits : string

String "01234567"

Sourceval hex_digits : string

String "0123456789abcdefABCDEF"

Sourceval hex_digits_lc : string

String "0123456789abcdef"

Sourceval hex_digits_uc : string

String "0123456789ABCDEF"

Sourceval whitespace : string

String which includes tab, newline, return, vertical tab and form feed "\t\n\r\011\012 "

Sourceval empty : string

The empty string

Sourceval alpha_lower : string

String "abcdefghijklmnopqrstuvwxyz"

Sourceval alpha_upper : string

String "ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Sourceval alpha : string

Concatenation of alpha_lower and alpha_upper

Sourceval alphanum : string

Concatenation of alpha and digits

OCaml

Innovation. Community. Security.