You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/11/22 07:33:21 UTC

DO NOT REPLY [Bug 24910] New: - new StringUtils.split methods that split on the whole separator string

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24910>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24910

new StringUtils.split methods that split on the whole separator string

           Summary: new StringUtils.split methods that split on the whole
                    separator string
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: HotFusionMan@Yahoo.com


In other languages, the string split method can split a string using a whole
string as the delimiter rather than using the separator string as a list of
characters at which to split the string-to-be-split.  I've implemented these
methods a few times, and I've given them the signature split( String, String,
boolean[, int] ) so that they can delegate to the existing lang split( String,
String[, int] ) methods where appropriate.

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