haXe API Documentation
Back | Index
extern class java.util.regex.Matcher
implements MatchResult
import java.util.regex.Regex
Available in java
function end() : Int
function find() : Bool
function group(group : Int) : String
function groupCount() : Int
function pattern() : Pattern
function replaceAll(replacement : String) : String
function reset(input : String) : Matcher
function start() : Int
Back | Index