text/regexp/Regexp
-
class Regexp
-
-
static method new → Regexp
-
method init
-
static method new~withType(type: Int) → Regexp
-
method init~withType(type: Int)
-
static method new~withPattern(pattern: String) → Regexp
-
method init~withPattern(pattern: String)
-
static method new~withPatternAndOptions(pattern: String, options: Int) → Regexp
-
method init~withPatternAndOptions(pattern: String, options: Int)
-
method setup
-
method setPattern~withOptions(pattern: String, options: Int)
-
method setPattern(pattern: String)
-
method getPattern → String
-
method matches(haystack: String) → Bool
-
method matches~withOptions(haystack: String, options: Int) → Bool
-
method getEngine → Int
-
method getEngineName → String
-
regexpBackend → RegexpBackend
-
type → Int