package python.lib
import python.lib.Re
Available on pythonread only flags:Int
read only groupindex:Dict<String, Int>
read only groups:Int
read only pattern:String
inline 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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/python/lib/Regex.html