public class OKW_Helper extends Object
| Constructor and Description |
|---|
OKW_Helper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Boolean2String(Boolean fpbTrueOrFalse) |
static String |
GetLeftFromDelimiterNumber(String fpsSource,
String fpsDelimiter,
Integer fpiCount) |
static String |
GetRightFromDelimiterNumber(String fpsSource,
String fpsDelimiter,
Integer fpiCount) |
static Boolean |
ListStringCompare(List<String> ListString1,
List<String> ListString2) |
static String |
ListStringConcat(ArrayList<String> fps_ListString2Concat,
String fps_Delimiter) |
static Boolean |
MatchStr(String fpsPattern,
String fpsStringToMatch) |
static Boolean |
MatchStrIgnoreCase(String fpsPattern,
String fpsStringToMatch) |
static String |
RemoveBeginEndQuotations(String fps_StringinQuotations) |
static ArrayList<String> |
StrArray2ListStr(String[] fpsStringArray) |
static Boolean |
String2Boolean(String fpsTrueOrFalse) |
static Boolean |
StringIsNullOrEmpty(String fpsString) |
static String |
StringRepeat(char c,
Integer n) |
static String |
StringRepeat(String c,
Integer n) |
static ArrayList<String> |
StrSplit_old(String fpsString2Split,
String fpsSeparator) |
static ArrayList<String> |
StrSplit(String fpsString2Split,
String fpsSeparator) |
public static String GetLeftFromDelimiterNumber(String fpsSource, String fpsDelimiter, Integer fpiCount) throws XPathExpressionException
XPathExpressionExceptionpublic static String GetRightFromDelimiterNumber(String fpsSource, String fpsDelimiter, Integer fpiCount) throws XPathExpressionException
XPathExpressionExceptionpublic static Boolean ListStringCompare(List<String> ListString1, List<String> ListString2)
public static String ListStringConcat(ArrayList<String> fps_ListString2Concat, String fps_Delimiter)
public static Boolean MatchStrIgnoreCase(String fpsPattern, String fpsStringToMatch)
public static String RemoveBeginEndQuotations(String fps_StringinQuotations)
public static Boolean String2Boolean(String fpsTrueOrFalse) throws XPathExpressionException
XPathExpressionExceptionpublic static ArrayList<String> StrSplit_old(String fpsString2Split, String fpsSeparator)
Copyright © 2017 OpenKeyWord. All rights reserved.