split

From Documentation
Revision as of 08:10, 8 March 2011 by Tomyeh (talk | contribs)
String[] split(String value, String regex);
i.e., StringFns.split(String, String)

Splits this string around matches of the given regular expression.

Parameters:

  • value - the value to split
  • regex - the delimiting regular expression, such as ";" and "[,;]".

Version History

Last Update : 2011/03/08


Version Date Content
5.0.7 March, 2011 This method was introduced



Last Update : 2011/03/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.