package python.lib
import python.lib.Re
Available on pythonread only flags:Intread only groupindex:Dict<String, Int>read only groups:Intread only pattern:Stringinline findallArray (string:String, ?pos:Int, ?endpos:Int):Array<Array<String>>inline findallDynamic (string:String, ?pos:Int, ?endpos:Int):Array<Dynamic>inline findallString (string:String, ?pos:Int, ?endpos:Int):Array<String>inline findallTuple (string:String, ?pos:Int, ?endpos:Int):Array<Tuple<String>>finditer (string:String, ?pos:Int, ?endpos:Int):NativeIterator<MatchObject> match (string:String, pos:Int = 0, ?endpos:Int):Null<MatchObject> search (string:String, pos:Int = 0, ?endpos:Int):Null<MatchObject> split (string:String, maxsplit:Int = 0):Array<String> sub (repl:Repl, string:String, count:Int = 0):String subn (repl:Repl, string:String, count:Int = 0):String
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/Regex.html