text/regexp/PCRE
-
pcre_compile(String, Int, Char **, Int *, Pointer) → Pcre
-
pcre_exec(Pcre, Pointer, String, Int, Int, Int, Int *, Int) → Int
-
pcre_free(Pointer)
-
cover Pcre
-
-
class PCRE
-
-
static method new → PCRE
-
method init
-
method setPattern(pattern: String, options: Int)
-
method getName → String
-
method matches(haystack: String) → Bool
-
method matches~withOptions(haystack: String, options: Int) → Bool
-
CASELESS → Int
-
error → String
-
errorNum → Int
-
re → Pcre
-
PCRE_DEBUG → Bool