package re2
-
re2.c
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val (~/) : string -> t
create_exn
val (=~) : string -> t -> bool
input =~ pattern
an infix alias of matches
val (//~) : string -> t -> string Core_kernel.Or_error.t
input //~ pattern
an infix alias of find_first
val (//~!) : string -> t -> string