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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---