DefaultStringFunction instead.@Deprecated public class DefaultStringProcessor extends StringProcessor
NO_PROCESS| Constructor and Description |
|---|
DefaultStringProcessor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
process(String in)
Deprecated.
Performs the default string processing on the input string
|
static String |
subNonAlphaNumeric(String in,
String sub)
Deprecated.
Substitute non alphanumeric characters.
|
applypublic static String subNonAlphaNumeric(String in, String sub)
in - The input stringsub - The string to substitute withpublic String process(String in)
process in class StringProcessorin - Input stringCopyright © 2020. All rights reserved.