Re
package python.lib
Available on python
Static variables
staticA:Int
staticASCII:Int
staticDEBUG:Int
staticDOTALL:Int
staticI:Int
staticIGNORECASE:Int
staticL:Int
staticLOCALE:Int
staticM:Int
staticMULTILINE:Int
staticS:Int
staticU:Int
staticUNICODE:Int
staticVERBOSE:Int
staticX:Int
Static methods
staticcompile(pattern:String, flags:Int = 0):Regex
staticescape(string:String):String
staticinlinefindallArray(pattern:Pattern, string:String, flags:Int = 0):Array<Array<String>>
staticinlinefindallDynamic(pattern:Pattern, string:String, flags:Int = 0):Array<Dynamic>
staticinlinefindallString(pattern:Pattern, string:String, flags:Int = 0):Array<String>
staticinlinefindallTuple(pattern:Pattern, string:String, flags:Int = 0):Array<Tuple<String>>
staticfinditer(pattern:Pattern, string:String, flags:Int = 0):NativeIterator<MatchObject>
staticmatch(pattern:Pattern, string:String, flags:Int = 0):Null<MatchObject>
staticpurge():Void
staticsearch(pattern:Pattern, string:String, flags:Int = 0):Null<MatchObject>
staticsplit(pattern:Pattern, string:String, maxsplit:Int = 0, flags:Int = 0):Array<String>
staticsub(pattern:Pattern, repl:MatchObject ‑> String, string:String, count:Int = 0, flags:Int = 0):String
staticsub(pattern:Pattern, repl:String, string:String, count:Int = 0, flags:Int = 0):String
staticsubn(pattern:Pattern, repl:Repl, string:String, count:Int = 0, flags:Int = 0):String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/Re.html