HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • 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

class Matcher

package java.util.regex

implements MatchResult

@:native("java.util.regex.Matcher")@:libType

Available on jvm

Static variables

staticfinalread onlyENDANCHOR:Int

staticfinalread onlyNOANCHOR:Int

Static methods

staticquoteReplacement(param1:String):String

Constructor

new()

new(param1:Pattern, param2:CharSequence)

Variables

acceptMode:Int

anchoringBounds:Bool

first:Int

from:Int

groups:NativeArray<Int>

last:Int

lastAppendPosition:Int

locals:NativeArray<Int>

lookbehindTo:Int

oldLast:Int

parentPattern:Pattern

text:CharSequence

to:Int

transparentBounds:Bool

Methods

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

appendTail(param1:StringBuffer):StringBuffer

charAt(param1:Int):Char16

end():Int

end(param1:String):Int

end(param1:Int):Int

find():Bool

find(param1:Int):Bool

getMatchedGroupIndex(param1:String):Int

getSubSequence(param1:Int, param2:Int):CharSequence

getTextLength():Int

group():String

group(param1:String):String

group(param1:Int):String

groupCount():Int

hasAnchoringBounds():Bool

hasTransparentBounds():Bool

hitEnd():Bool

lookingAt():Bool

match(param1:Int, param2:Int):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():Matcher

reset(param1:CharSequence):Matcher

search(param1:Int):Bool

start():Int

start(param1:String):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 development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe