Details
Description
Sometimes it is useful to know whether a particular string contains only ASCII
printable characters or not. For instance, this is useful when implementing
HTTP, FTP or SMTP.
The following patches add an isAsciiPrintable() static method to StringUtils and
a testcase method to StringUtilsIsTest.