You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Stephen Colebourne (JIRA)" <ji...@apache.org> on 2007/01/04 02:23:27 UTC

[jira] Closed: (LANG-275) Add a pair of StringUtils.substringsBetween;String[] methods

     [ https://issues.apache.org/jira/browse/LANG-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Colebourne closed LANG-275.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.0)
                   2.3
         Assignee: Stephen Colebourne

svn commit "C:\dev\commons\lang\RELEASE-NOTES.txt" "C:\dev\commons\lang\project.xml" "C:\dev\commons\lang\src\java\org\apache\commons\lang\StringUtils.java" "C:\dev\commons\lang\src\test\org\apache\commons\lang\StringUtilsSubstringTest.java" -N -m "LANG-275 - StringUtils substringsBetween, implemented by Dave Meikle" --username "scolebourne"
	M C:\dev\commons\lang\RELEASE-NOTES.txt
	M C:\dev\commons\lang\project.xml
	M C:\dev\commons\lang\src\java\org\apache\commons\lang\StringUtils.java
	M C:\dev\commons\lang\src\test\org\apache\commons\lang\StringUtilsSubstringTest.java
	  Transmitting file data: C:\dev\commons\lang\RELEASE-NOTES.txt
	  Transmitting file data: C:\dev\commons\lang\project.xml
	  Transmitting file data: C:\dev\commons\lang\src\java\org\apache\commons\lang\StringUtils.java
	  Transmitting file data: C:\dev\commons\lang\src\test\org\apache\commons\lang\StringUtilsSubstringTest.java
Committed revision 492377


> Add a pair of StringUtils.substringsBetween;String[] methods
> ------------------------------------------------------------
>
>                 Key: LANG-275
>                 URL: https://issues.apache.org/jira/browse/LANG-275
>             Project: Commons Lang
>          Issue Type: Wish
>            Reporter: Henri Yandell
>         Assigned To: Stephen Colebourne
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: LANG-275.patch
>
>
> I found myself wanting a version of substringBetween(String, String, String) that would return a String[] of the ones between and not just the single String for the first match. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org