|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.util.SearchReplace
Managment of search replace with regular expression.
| Constructor Summary | |
SearchReplace()
|
|
| Method Summary | |
static java.lang.String |
replace(java.lang.String text,
java.lang.String patternStr,
java.lang.String replacement)
Perform a search replace on a text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SearchReplace()
| Method Detail |
public static java.lang.String replace(java.lang.String text,
java.lang.String patternStr,
java.lang.String replacement)
text - the text to work on - must not be null.patternStr - the string to look for - must not be null.replacement - the replacement string - must not be null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||