public class AsciiUtils extends Object
Constructor and Description |
---|
AsciiUtils() |
Modifier and Type | Method and Description |
---|---|
String |
removeNonPrintableCharacters(String stringToClean)
Removes non-printable characters from a String
|
@Nonnull public String removeNonPrintableCharacters(@Nonnull String stringToClean)
stringToClean
- The String to clean from non-printable charactersCopyright © 2021 SAP SE. All rights reserved.