|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.virtuosotechnologies.lib.util.StringUtils
Various utilities for strings.
| Method Summary | |
static String |
createDisplayable(String str)
Converts a string to its Java munged representation. |
static String |
fixNewlines(String str)
Change the newline characters in the given string to the platform default. |
static String |
modifyNewlines(String str,
String newline)
Change the newline characters in the given string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static String fixNewlines(String str)
str - string to modify
public static String modifyNewlines(String str,
String newline)
str - string to modifynewline - newline string to use, or null to use the platform default
public static String createDisplayable(String str)
str - string to munge
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||