= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package containers
-
containers
-
containers.data
-
containers.monomorphic
-
containers.sexp
-
containers.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val compile : string -> [ `Direct ] pattern
val rcompile : string -> [ `Reverse ] pattern
val find : ?start:int -> pattern:[ `Direct ] pattern -> string -> int
Search for pattern
in the string, left-to-right.
- returns
the offset of the first match, -1 otherwise.
- parameter start
offset in string at which we start.
val rfind : ?start:int -> pattern:[ `Reverse ] pattern -> string -> int
Search for pattern
in the string, right-to-left.
- returns
the offset of the start of the first match from the right, -1 otherwise.
- parameter start
right-offset in string at which we start.