|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringOps.MatchResult | |
---|---|
edu.rice.cs.cunit.util |
Uses of StringOps.MatchResult in edu.rice.cs.cunit.util |
---|
Classes in edu.rice.cs.cunit.util that implement StringOps.MatchResult | |
---|---|
private static class |
StringOps.MatchResultDelegate
|
Methods in edu.rice.cs.cunit.util that return StringOps.MatchResult | |
---|---|
static StringOps.MatchResult |
StringOps.match(java.lang.String s,
java.lang.String pattern)
Return the match result of the regex pattern in the string s, beginning at 0. |
static StringOps.MatchResult |
StringOps.match(java.lang.String s,
java.lang.String pattern,
int start)
Return the match result of the regex pattern in the string s, beginning at start. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |