package ecaml

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

Module Rx.Char_classSource

Sourcetype t =
  1. | Chars_in of string
    (*

    Chars_in s matches characters in s (e.g., ":digit:" matches ':')

    *)
  2. | Named of Ecaml__.Rx_intf.Named_char_class.t
    (*

    Named name matches characters from a named character class, e.g., alpha.

    *)
  3. | Range of char * char
    (*

    Range (c1, c2) matches characters between c1 and c2 inclusive.

    *)
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.