You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/08/17 15:03:24 UTC

DO NOT REPLY [Bug 22489] New: - [patch] StringUtils.isAsciiPrintable()

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22489>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22489

[patch] StringUtils.isAsciiPrintable()

           Summary: [patch] StringUtils.isAsciiPrintable()
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: michael.davey@coderage.org


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.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org