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) |
public 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 Beautifier
Copyright © 2001-2010 Jalios SA. All Rights Reserved.