package java.util.regex
implements MatchResult
Available on java appendReplacement (param1:StringBuffer, param2:String):Matcher appendTail (param1:StringBuffer):StringBuffer end (param1:Int):Int end ():Int find (param1:Int):Bool find ():Bool group (param1:String):String group ():String group (param1:Int):String groupCount ():Int hasAnchoringBounds ():Bool hasTransparentBounds ():Bool hitEnd ():Bool lookingAt ():Bool matches ():Bool pattern ():Pattern region (param1:Int, param2:Int):Matcher regionEnd ():Int regionStart ():Int replaceAll (param1:String):String replaceFirst (param1:String):String requireEnd ():Bool reset (param1:CharSequence):Matcher reset ():Matcher start (param1:Int):Int start ():Int toMatchResult ():MatchResult toString ():String useAnchoringBounds (param1:Bool):Matcher usePattern (param1:Pattern):Matcher useTransparentBounds (param1:Bool):Matcher static quoteReplacement (param1:String):String
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/regex/Matcher.html