Pattern
package java.util.regex
implements Serializable
Available on java
Static variables
staticread onlyCANON_EQ:Int
staticread onlyCASE_INSENSITIVE:Int
staticread onlyCOMMENTS:Int
staticread onlyDOTALL:Int
staticread onlyLITERAL:Int
staticread onlyMULTILINE:Int
staticread onlyUNICODE_CASE:Int
staticread onlyUNICODE_CHARACTER_CLASS:Int
staticread onlyUNIX_LINES:Int
Static methods
static_compile(param1:String, param2:Int):Pattern
staticcompile(param1:String):Pattern
Deprecated: "This static field `_compile` is deprecated and will be removed in later versions. Please use `compile` instead"
staticcompile(param1:String, param2:Int):Pattern
staticcompile(param1:String):Pattern
staticmatches(param1:String, param2:CharSequence):Bool
staticquote(param1:String):String
Methods
asPredicate():Predicate<String>
flags():Int
matcher(param1:CharSequence):Matcher
pattern():String
split(param1:CharSequence):NativeArray<String>
split(param1:CharSequence, param2:Int):NativeArray<String>
splitAsStream(param1:CharSequence):Stream<String>
toString():String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/regex/Pattern.html