endsWith
From Documentation
boolean endsWith(String value, String suffix);
Tests if this string ends with the specified suffix.
Parameters:
- value - the value to test
- suffix - the suffix to test
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |