You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/22 15:16:12 UTC

[jira] [Commented] (LANG-1225) RandomStringUtils add #randomGraph and #randomPrint which match corresponding regular expression class

    [ https://issues.apache.org/jira/browse/LANG-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295598#comment-15295598 ] 

ASF GitHub Bot commented on LANG-1225:
--------------------------------------

GitHub user PascalSchumacher opened a pull request:

    https://github.com/apache/commons-lang/pull/154

    LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which m…

    …atch corresponding regular expression class
    
    These are useful over randomAscii because they do not contain the DEL character but otherwise contain the full range of ASCII printing characters, and optionally include whitespace. This is useful for testing user defined inputs where characters like spaces, angle brakets, semicolons, dashes, etc. can cause issues.
    
    This is a part of https://github.com/apache/commons-lang/pull/101

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PascalSchumacher/commons-lang extend_RandomStringUtils

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/154.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #154
    
----
commit babe2ea232da15306d1fbd17f5d85f3cddbd5383
Author: Caleb Cushing <xe...@gmail.com>
Date:   2015-06-27T18:52:41Z

    LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match corresponding regular expression class
    
    These are useful over randomAscii because they do not contain the DEL character but otherwise contain the full range of ASCII printing characters, and optionally include whitespace. This is useful for testing user defined inputs where characters like spaces, angle brakets, semicolons, dashes, etc. can cause issues.

----


> RandomStringUtils add #randomGraph and #randomPrint which match corresponding regular expression class
> ------------------------------------------------------------------------------------------------------
>
>                 Key: LANG-1225
>                 URL: https://issues.apache.org/jira/browse/LANG-1225
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>            Reporter: Pascal Schumacher
>
> As suggested in [https://github.com/apache/commons-lang/pull/101/commits/53ead9cd983a85c28f63b23fd8ca8c056621dfec]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)