startsWith

From Documentation
Revision as of 08:02, 8 March 2011 by Tomyeh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
boolean startsWith(String value, String prefix);
i.e., StringFns.startsWith(String, String)

Tests if this string starts with the specified prefix.

Parameters:

  • value - the value to test
  • prefix - the prefix to test

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.