public class BeautifierRegexp extends Beautifier
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.oro.text.regex.Pattern[] |
regexpPattern |
protected org.apache.oro.text.regex.Substitution[] |
regexpSubstitution |
static java.lang.String |
REVISION |
html, locale, truncate| Constructor and Description |
|---|
BeautifierRegexp(java.lang.String[] regexpMatch,
java.lang.String[] regexpReplace,
int truncate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
beautify(java.lang.String str) |
getHtml, getLocale, setHtml, setLocalepublic static final java.lang.String REVISION
protected org.apache.oro.text.regex.Pattern[] regexpPattern
protected org.apache.oro.text.regex.Substitution[] regexpSubstitution
public BeautifierRegexp(java.lang.String[] regexpMatch,
java.lang.String[] regexpReplace,
int truncate)
public java.lang.String beautify(java.lang.String str)
beautify in class BeautifierCopyright © 2001-2017 Jalios SA. All Rights Reserved.