it.imolinfo.jbi4corba.utils
Class HelperStringUtils
java.lang.Object
it.imolinfo.jbi4corba.utils.HelperStringUtils
public class HelperStringUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelperStringUtils
public HelperStringUtils()
ExtractString
public static String ExtractString(String target,
String start,
String endWith)
- Method that extract string from 2 delimiter start and end passed as String
- Parameters:
target - start - delimiterends - delimiters
- Returns:
- the result String
compareStringNoOrder
public static boolean compareStringNoOrder(String str1,
String str2)
- Method that compare the two String a return if there are equals and ignore the String order
- Parameters:
str1 - String sourcestr2 - String to compare
- Returns:
- boolean true if the String are equals false if the String not are equals
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.