Variables

read onlyflags:Int

read onlygroups:Int

read onlypattern:String

Methods

inlinefindallArray(string:String, ?pos:Int, ?endpos:Int):Array<Array<String>>

inlinefindallDynamic(string:String, ?pos:Int, ?endpos:Int):Array<Dynamic>

inlinefindallString(string:String, ?pos:Int, ?endpos:Int):Array<String>

inlinefindallTuple(string:String, ?pos:Int, ?endpos:Int):Array<Tuple<String>>

@:value({ pos : 0 })match(string:String, pos:Int = 0, ?endpos:Int):Null<MatchObject>

@:value({ pos : 0 })search(string:String, pos:Int = 0, ?endpos:Int):Null<MatchObject>

@:value({ maxsplit : 0 })split(string:String, maxsplit:Int = 0):Array<String>

@:value({ count : 0 })sub(repl:Repl, string:String, count:Int = 0):String

@:value({ count : 0 })subn(repl:Repl, string:String, count:Int = 0):String