Static variables

staticA:Int

staticASCII:Int

staticDEBUG:Int

staticDOTALL:Int

staticI:Int

staticL:Int

staticLOCALE:Int

staticM:Int

staticS:Int

staticU:Int

staticUNICODE:Int

staticVERBOSE:Int

staticX:Int

Static methods

@:value({ flags : 0 })staticcompile(pattern:String, flags:Int = 0):Regex

staticescape(string:String):String

@:value({ flags : 0 })staticinlinefindallArray(pattern:Pattern, string:String, flags:Int = 0):Array<Array<String>>

@:value({ flags : 0 })staticinlinefindallDynamic(pattern:Pattern, string:String, flags:Int = 0):Array<Dynamic>

@:value({ flags : 0 })staticinlinefindallString(pattern:Pattern, string:String, flags:Int = 0):Array<String>

@:value({ flags : 0 })staticinlinefindallTuple(pattern:Pattern, string:String, flags:Int = 0):Array<Tuple<String>>

@:value({ flags : 0 })staticfinditer(pattern:Pattern, string:String, flags:Int = 0):NativeIterator<MatchObject>

@:value({ flags : 0 })staticmatch(pattern:Pattern, string:String, flags:Int = 0):Null<MatchObject>

staticpurge():Void

@:value({ flags : 0 })staticsearch(pattern:Pattern, string:String, flags:Int = 0):Null<MatchObject>

@:value({ flags : 0, maxsplit : 0 })staticsplit(pattern:Pattern, string:String, maxsplit:Int = 0, flags:Int = 0):Array<String>

@:value({ flags : 0, count : 0 })staticsub(pattern:Pattern, repl:MatchObject ‑> String, string:String, count:Int = 0, flags:Int = 0):String

@:value({ flags : 0, count : 0 })staticsub(pattern:Pattern, repl:String, string:String, count:Int = 0, flags:Int = 0):String

@:value({ flags : 0, count : 0 })staticsubn(pattern:Pattern, repl:Repl, string:String, count:Int = 0, flags:Int = 0):String