haXe API Documentation
Back |
Indexextern class java.util.regex.Matcher
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