Regexppublic interface Regexp implements RegexpMatcherInterface which represents a regular expression, and the operations
that can be performed on it. |
Fields Summary |
---|
int | REPLACE_FIRSTReplace only the first occurrence of the regular expression | int | REPLACE_ALLReplace all occurrences of the regular expression |
|