net.sf.wfnm
Class StringUtils

java.lang.Object
  extended bynet.sf.wfnm.StringUtils

public class StringUtils
extends Object

Utilities for Strings

Version:
1.0.6
Author:
Maurizio Albari

Constructor Summary
StringUtils()
           
 
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
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

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 searched
whereToSearch - 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.