substring

From Documentation
String substring(String s, int from,  int to);
i.e., StringFns.substring(String, int, int)

Returns a new string that is a substring of the given string.

Parameters:

  • s - the string to retrieve the substring
  • from - the beginning index, inclusive
  • to - the ending index, exclusive

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.