net.sf.wfnm
Class StringUtils
java.lang.Object
net.sf.wfnm.StringUtils
- public class StringUtils
- extends Object
Utilities for Strings
- Version:
- 1.0.6
- Author:
- Maurizio Albari
Method Summary |
static int |
findIgnoreCase(String toSearch,
String[] whereToSearch)
Find a string into an array of strings (case insensitive) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
findIgnoreCase
public static int findIgnoreCase(String toSearch,
String[] whereToSearch)
- Find a string into an array of strings (case insensitive)
- Parameters:
toSearch
- the string to be searchedwhereToSearch
- the array where the string is searched
- Returns:
- the index where the string has been found (-1=string not found)
Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.