| DAZ Script |
|---|
| DzStringHelper () |
| DAZ Script | |
|---|---|
| String | changeSpecialChars ( String text, String chars ) |
| Array | getMatches ( String text, String expression ) |
| Array | getWords ( String text, Boolean removeEmpties ) |
| String | indentString ( String text, Number level ) |
| String | prependCharsIfNumeric ( String text, String chars ) |
| String | replaceAll ( String source, String findText, String replaceText ) |
| String | stripCRLF ( String text ) |
| String | stripSpaces ( String text ) |
TODO: Add detailed description.
String : changeSpecialChars( String text, String chars )
Parameter(s):
Return Value:
charsArray : getMatches( String text, String expression )
Parameter(s):
Return Value:
Array : getWords( String text, Boolean removeEmpties )
Parameter(s):
Return Value:
String : indentString( String text, Number level )
Parameter(s):
Return Value:
String : prependCharsIfNumeric( String text, String chars )
Parameter(s):
Return Value:
chars prepended if it began with a numeric characterString : replaceAll( String source, String findText, String replaceText )
Parameter(s):
Return Value:
findText replaced by replaceTextString : stripCRLF( String text )
Parameter(s):
Return Value:
String : stripSpaces( String text )
Parameter(s):
Return Value: