|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GroupInfo in com.google.code.regexp |
---|
Methods in com.google.code.regexp that return types with arguments of type GroupInfo | |
---|---|
static Map<String,List<GroupInfo>> |
Pattern.extractGroupInfo(String namedPattern)
Parses info on named capture groups from a pattern |
Map<String,List<GroupInfo>> |
Pattern.groupInfo()
Gets the names and group info (group index and string position within the named pattern) of all named capture groups |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |