Package x
Class Str
java.lang.Object
th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
x.Str
public class Str
extends th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Deprecate!!!!!! this class will be move to x package.
- Author:
- Sakdsitt Likhitmetagool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringactiveListInMenu(String baseAppList, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxxxxstatic StringaddCSStringToCurrentList(String currentValues, String newValue) Add new string value to comma separate stringstatic StringbooleanToString(boolean input) Check Boolean value and return string "true" or "false"csstringToList(String currentValues) Convert comma separate string to List of Stringstatic StringDouble value formatting Ex. pattern "#.##", "###,###static Stringfloat value formatting Ex. pattern "#.##", "###,###static StringLong value formatting Ex. pattern "#.##", "###,###static intReturn positive hash integerstatic StringlistToCSString(List<String> list) Convert List of String to comma separate stringstatic StringlistValueToString(List inList) Convert List Value to String.static StringmapValueToString(Map<Integer, String> inMap) Convert Map Value to String.static StringReturn only character by remove otherMethods inherited from class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
a1, a2, a3, add4CSVString, beforeBigBracket, beforeBracket, cardid, char1nlimit, classpathToFileList, CollectionOfArrayListStringToStringArray2Dimension, concatStringClassName, convertProgramNameToSkyLogicSystemClassName, convertReturnString, convertStringToDouble, convertStringToInt, convertStringToLong, convertURLToStringName, convertWithURLDecode, csvAddSQuote, csvToListString, csvToStringArray, double2d, doubledy, errToString, escape, escapeHTML, find, findAllContentInPattern, findAllInBigBracket, findAllInBracket, findContentInPattern, findContentInPatternPOS, findReplaceWithPattern, findReplaceWithPatternInPattern, firstParam, fixedLongToString, front_pname, fWord, get1CDomain4EMail, get1CName4EMail, get1CNameDomain4EMail, getClassNamefromPackage, getClassNamefromPackageSTD, getExtension, getFileExtension, getFilename, getName, getPackage, getURLPath, getURLResource, isCSV, isEmpty, isEmpty, isURLEncode, jsonAtoAList, jsonAtoCodeString, jsonlToList, jsonToMap, lastParam, limit, limitBig, long2d, main, notEmpty, notEmpty, nullToFalse, nullToString, nullToZero, numParam, objectToString, objectToStringWithSingleQuote, queryStringToMap, queryStringToMapWithURLDecode, remove4CSVString, removeChar, removeEndChar, removeEndWith, removeHeadTrailChar, replace, replaceLast, replaceNST, secondParam, slower, split, splitParam, splitQuery, splitString, splitToSet, startWithLowerCase, startWithUpperCase, str2double, str2long, stringToBoolean, supper, toBidiMap, toList, toMap, toMapWithEqual, toStr, unescape, unescapeHTML, urldecode, urlencode
-
Constructor Details
-
Str
public Str()
-
-
Method Details
-
mapValueToString
Convert Map Value to String. -
listValueToString
Convert List Value to String. -
booleanToString
Check Boolean value and return string "true" or "false" -
addCSStringToCurrentList
Add new string value to comma separate string -
csstringToList
Convert comma separate string to List of String -
listToCSString
Convert List of String to comma separate string -
onlyChar
Return only character by remove other -
format
Double value formatting Ex. pattern "#.##", "###,###.##" -
format
float value formatting Ex. pattern "#.##", "###,###.##" -
format
Long value formatting Ex. pattern "#.##", "###,###.##" -
hashint
Return positive hash integer -
activeListInMenu
public static String activeListInMenu(String baseAppList, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn scin) xxxxxx
-