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 |
static String org.openmobileis.common.util.StringFormater.removeAccent | ( | String | str | ) | [static] |
remove string accent
str | : String to be formated |
Definition at line 48 of file StringFormater.java.
Referenced by org.openmobileis.common.util.StringFormater.main().
static String org.openmobileis.common.util.StringFormater.replaceLinefeedWithBR | ( | String | input | ) | [static] |
replace string line feed with HTML tag
str | : String to be formated |
Definition at line 127 of file StringFormater.java.