We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf5780 commit 51799eaCopy full SHA for 51799ea
src/util/StringUtil.re
@@ -29,8 +29,6 @@ type regexp = Js_of_ocaml.Regexp.regexp;
29
30
let regexp: string => regexp = Js_of_ocaml.Regexp.regexp;
31
32
-let search = Js_of_ocaml.Regexp.search;
33
-
34
let match = (r: regexp, s: string): bool =>
35
Js_of_ocaml.Regexp.string_match(r, s, 0) |> Option.is_some;
36
0 commit comments