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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
