Package javatapas.string
-
Class Summary Class Description CapitalizeString Capitalize the value of Word or a Phrase.CheckIfStringIsInteger Check if the value of a String variable is an Integer value.CompressString Compress a String Using Deflater best compression algorithm.ConvertByteArrayToHexString Convert Byte Array To Hexadecimal String.DecompressString Decompress a String Using Inflater.DetermineIfStringsAreEqual Determine if two String are equal without having to check for Nulls.EncryptString Encrypt a String using AES algorithm.EscapeXmlString Escape the XML value in a String.FindRegularExpressionInString Find all matches of a Regular Expression in a String.FixedLengthPadding Return a String padded to a fixed length using a specified padding character.GetAlphaNumericString Return a String stripped of all characters except for Alpha or Numeric characters only.ProperNameCase Return a String converted to Proper Name case (also referred to as Title Case).RandomString Return a String consisting of a Random integer value within a numeric Range.UnencryptString Unencrypt a String that was encrypted using AES algorithm.