Definition at line 40 of file StringFormater.java.
Static Public Member Functions | |
static String | removeAccent (String str) |
remove string accent | |
static String | replaceLinefeedWithBR (String input) |
replace string line feed with HTML tag | |
static void | main (String[] args) |
test method |
|
remove string accent
Definition at line 48 of file StringFormater.java. Referenced by org.openmobileis.common.util.StringFormater.main(). |
|
replace string line feed with HTML tag
Definition at line 127 of file StringFormater.java. |