Method Summary |
|
final public String | format(String hTMLText)
Format the string given in hTMLText replacing all
occurrences of the string set by setSearch with the string
set by setReplace .
Parameters: hTMLText - the text to search and replace. |
final public String | getReplace()
Represents the string which will replace the searched for string. |
final public String | getSearch()
Represents the string which will be searched for. |
final public void | setReplace(String replaceParam)
Represents the string which will replace the searched for string. |
final public void | setSearch(String searchParam)
Represents the string which will be searched for. |