Std\Regex
Regex — PCRE2-backed regular expressions.
let re = compile "[a-z]+" inmatches re "hello 123"Regex — PCRE2-backed regular expressions.
let re = compile "[a-z]+" inmatches re "hello 123"compile : String -> Intmatches : Int -> String -> Boolfind : Int -> String -> SeqfindAll : Int -> String -> Seqreplace : Int -> String -> String -> StringreplaceAll : Int -> String -> String -> Stringsplit : Int -> String -> Seq