Name | Description | |
---|---|---|
ApplyFilter | allows only the specified characters to be returned | |
CalculateMD5Hash | Calculates MD5 has for the given input string | |
CleanupSpecialChars | Overloaded. Cleans up special characters from the given input string | |
EscapeSpecialCharacters | Overloaded. Helps you escpae special characters in search keywords | |
FixSearchPattern | Overloaded. Converts a string input into a SQL search pattern. | |
InitialCase | Capatilizes the first character of the words and lowers the remaining characters in the given input string. | |
MakeReferenceNumber | Convert an account number into a reference number. | |
RandomNumber | Generates a random number with given number of digits | |
RandomString | Generates a random string of given length | |
RemoveChars | Removes the given characters from the input string | |
RemoveSpecialChars | Overloaded. Removes special characters for the input string. Non ASCII characters are considered special. | |
Replace | Overloaded. Replaces old string with new string in a given input | |
Right | Get string from the end (right) | |
SafeSqlString | Returns a string that escapes single quotes in the input string | |
SpaceName | Converts camel cased text to spaced text. e.g; converts "HelloThisIsCamelCaseString" to "Hello This Is Camel Case String" | |
Split | Overloaded. Split a string on the given string separator | |
StripHtml | Overloaded. Strips the HTML tags from the input string. | |
StripWildcards | Strips the *, ? wildcard characters from the start of the input string. | |
Truncate | Limits an input string to the specified length. |