|
|||||||||
| Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acmsl.regexpplugin
Interface Helper

- public interface Helper
Represents a regexp helper. Different implementations vary but they all must respect this set of methods.
- Version:
- $Revision: 1.1 $
| Field Summary | |
static Version |
VERSION
Concrete version object updated everytime it's checked-in in a CVS repository. |
| Method Summary | |
java.lang.String |
replaceAll(java.lang.String input,
java.lang.String pattern,
java.lang.String replacement)
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String. |
| Field Detail |
VERSION
public static final Version VERSION
- Concrete version object updated everytime it's checked-in in a CVS
repository.
| Method Detail |
replaceAll
public java.lang.String replaceAll(java.lang.String input, java.lang.String pattern, java.lang.String replacement) throws MalformedPatternException
- Finds all occurrences of a specified pattern in given input contents,
and replaces them with passed String.
|
|||||||||
| Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC