[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/50 --- 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

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-15 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-text/pull/50#discussion_r122294037 --- Diff: src/main/java/org/apache/commons/text/CharacterPredicates.java --- @@ -48,5 +48,73 @@ public boolean test(int codePoint) {

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-15 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-text/pull/50#discussion_r122292528 --- Diff: src/test/java/org/apache/commons/text/CharacterPredicatesTest.java --- @@ -44,4 +44,77 @@ public void testDigits() {

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-14 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-text/pull/50#discussion_r122105816 --- Diff: src/test/java/org/apache/commons/text/CharacterPredicatesTest.java --- @@ -44,4 +44,77 @@ public void testDigits() {

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-14 Thread jvz
Github user jvz commented on a diff in the pull request: https://github.com/apache/commons-text/pull/50#discussion_r122104232 --- Diff: src/test/java/org/apache/commons/text/CharacterPredicatesTest.java --- @@ -44,4 +44,77 @@ public void testDigits() {

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-14 Thread jvz
Github user jvz commented on a diff in the pull request: https://github.com/apache/commons-text/pull/50#discussion_r122104071 --- Diff: src/main/java/org/apache/commons/text/CharacterPredicates.java --- @@ -48,5 +48,73 @@ public boolean test(int codePoint) { public

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-14 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-text/pull/50 TEXT-90: Add CharacterPredicates for ASCII letters (uppercase/lowerca… …se) and Arabic numerals You can merge this pull request into a Git repository by running: $ git pull