You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by PascalSchumacher <gi...@git.apache.org> on 2016/05/22 15:16:09 UTC

[GitHub] commons-lang pull request: LANG-1225: Add RandomStringUtils#random...

GitHub user PascalSchumacher opened a pull request:

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

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

    \u2026atch 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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] commons-lang pull request: LANG-1225: Add RandomStringUtils#random...

Posted by PascalSchumacher <gi...@git.apache.org>.
Github user PascalSchumacher commented on the pull request:

    https://github.com/apache/commons-lang/pull/154#issuecomment-222347825
  
    Merged: https://github.com/apache/commons-lang/commit/1a002c67f2d3c198411a62165e53b31d6b414aa3


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] commons-lang pull request: LANG-1225: Add RandomStringUtils#random...

Posted by PascalSchumacher <gi...@git.apache.org>.
Github user PascalSchumacher closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---