[jira] [Commented] (LANG-1046) containsPattern method for StringUtils?

2015-03-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358926#comment-14358926 ] Sebb commented on LANG-1046: The first two can currently be written as: {code:java} assertTrue

[jira] [Commented] (LANG-1046) containsPattern method for StringUtils?

2015-03-12 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358837#comment-14358837 ] Benedikt Ritter commented on LANG-1046: --- Okay, how about this: {code:java} assertTru

[jira] [Commented] (LANG-1046) containsPattern method for StringUtils?

2015-03-12 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358838#comment-14358838 ] Benedikt Ritter commented on LANG-1046: --- Okay, how about this: {code:java} assertTru

[jira] [Commented] (LANG-1046) containsPattern method for StringUtils?

2015-03-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358802#comment-14358802 ] Sebb commented on LANG-1046: The string "alphabet" matches "alpha.*" and starts with "alph.". B

[jira] [Commented] (LANG-1046) containsPattern method for StringUtils?

2015-03-12 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358355#comment-14358355 ] Benedikt Ritter commented on LANG-1046: --- I'm not sure I understand this completely. C

[jira] [Commented] (LANG-1046) containsPattern method for StringUtils?

2015-03-07 Thread Orchid Majumder (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351592#comment-14351592 ] Orchid Majumder commented on LANG-1046: --- Hi, I'm really new to the world of open sour