|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--corpora.markup.ExtendedString
Constructor Summary | |
ExtendedString(java.lang.String string)
Initializes a newly created ExtendedString - a copy of the parameter 'string'. |
Method Summary | |
java.lang.String |
replaceSubstr(java.lang.String from,
java.lang.String to)
Replaces each substring of this string that matches the given substring 'from' with the given replacement substring 'to'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExtendedString(java.lang.String string)
string
- a String.Method Detail |
public java.lang.String replaceSubstr(java.lang.String from, java.lang.String to)
from
- substring to be replacedto
- replacement substring.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |