package java.util.regex
implements Serializable
Available on javaflags ():Int
matcher (param1:CharSequence):Matcher
pattern ():String
split (param1:CharSequence):NativeArray<String>
split (param1:CharSequence, param2:Int):NativeArray<String>
toString ():String
static read only CANON_EQ:Int
static read only CASE_INSENSITIVE:Int
static read only COMMENTS:Int
static read only DOTALL:Int
static read only LITERAL:Int
static read only MULTILINE:Int
static read only UNICODE_CASE:Int
static read only UNICODE_CHARACTER_CLASS:Int
static read only UNIX_LINES:Int
static _compile (param1:String, param2:Int):Pattern
static compile (param1:String):Pattern
static compile (param1:String, param2:Int):Pattern
static compile (param1:String):Pattern
static matches (param1:String, param2:CharSequence):Bool
static quote (param1:String):String
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/util/regex/Pattern.html