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