package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val regexp : string -> Pcre.regexp
val matched_group : Pcre.substrings -> int -> string -> string
val matched_string : Pcre.substrings -> string -> string
val global_replace : Pcre.regexp -> string -> string -> string
val search_forward : Pcre.regexp -> string -> int -> int * Pcre.substrings
val split : Pcre.regexp -> string -> string list
val string_match : Pcre.regexp -> string -> int -> Pcre.substrings option