Module UReStr


module UReStr: sig .. end
Module for a Str-like regular expression syntax. The difference can be summarised as follows.

type regexp = URe.regexp 

Theses functions are similar to Str.
val regexp : string -> regexp
val quote : string -> string
val regexp_string : string -> regexp

Theses are aliases of those of URe.
module type Type = URe.Type
module Make: 
functor (Text : UnicodeString.Type) -> Type with type text = Text.t and type index = Text.index