|
var m : Table<Int,Int>; // the [start:Int, end:Int, and submatches:String (matched groups)] as a single table.
|
|
var m : Table<Int,Int>; // the [start:Int, end:Int, and submatches:String (matched groups)] as a single table.
|
|
public function new( r : String, opt : String ) : Void {
|
|
public function new( r : String, opt : String ) : Void {
|