public class UsAsciiUtils extends Object
Constructor and Description |
---|
UsAsciiUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
toPrintable(String value)
Removes non-printable characters from the US-ASCII String.
|
public static String toPrintable(String value) throws IllegalArgumentException
value
- The original StringIllegalArgumentException
- If the String is null or contains non US-ASCII characters.Copyright © 2019–2023. All rights reserved.