package liquidsoap-lang

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

Module Lang_regexp.RegexpSource

Sourcetype sub = Regexp.sub = {
  1. matches : string option list;
  2. groups : (string * string) list;
}
Sourceval regexp : ?flags:[ `g | `i | `m | `s ] list -> string -> Builtins_regexp.regexp
Sourceval split : Builtins_regexp.regexp -> string -> string list
Sourceval test : Builtins_regexp.regexp -> string -> bool
Sourceval substitute : Builtins_regexp.regexp -> subst:(string -> string) -> string -> string
OCaml

Innovation. Community. Security.