text/regexp/RegexpBackend
-
class RegexpBackend
-
-
method setPattern(pattern: String, options: Int)
-
method getPattern → String
-
method getName → String
-
method matches(haystack: String) → Bool
-
method matches~withOptions(haystack: String, options: Int) → Bool
-
PCRE → Int
-
POSIX → Int
-
DEFAULT_TYPE → Int
-
pattern → String