public class DefaultStringFunction extends Object implements ToStringFunction<String>
NO_PROCESS| Constructor and Description |
|---|
DefaultStringFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(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 apply(String in)
apply in interface ToStringFunction<String>in - Input stringCopyright © 2020. All rights reserved.