HaxeAPI
  • Version 4.2.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

final class Matcher

package java.util.regex

implements MatchResult

@:nativeGen@:libType@:javaNative@:native("java.util.regex.Matcher")@:javaCanonical("java.util.regex","Matcher")

Available on java

Static methods

staticquoteReplacement(param1:String):String

Methods

appendReplacement(param1:StringBuffer, param2:String):Matcher

appendTail(param1:StringBuffer):StringBuffer

end(param1:String):Int

end():Int

end(param1:Int):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:String):Int

start():Int

start(param1:Int):Int

toMatchResult():MatchResult

toString():String

useAnchoringBounds(param1:Bool):Matcher

usePattern(param1:Pattern):Matcher

useTransparentBounds(param1:Bool):Matcher

This documentation is generated for version 4.2.5

© 2024  Haxe Foundation | Contribute to Haxe