String Manipulation Category Posts
- 09/05/11 : How to Scramble Word – Guaranteed different every time.
- 08/18/11 : How to replace only the LAST occurrence of a substring.
- 08/16/11 : How to count the number of occurrences of a substring inside another string
- 08/16/11 : How to convert Numbers to words i.e., 44 = fourty four
- 08/04/11 : How to Test if a character is Alpha Numeric.
- 07/01/11 : How to Remove unwanted characters from a string
- 09/23/10 : How to Split the given string with multiple delimiters
- 09/21/10 : How to generate random password for given length
- 01/05/09 : How to Strip out extra tabs, CrLf and multiple spaces
- 01/05/09 : How to Check whether the given string has only numbers
- 01/05/09 : First Name, Last Name swaping in a string – Example
- 01/05/09 : How to find the next word in a sub string
- 01/05/09 : How to count number of words in a given string
- 01/05/09 : How to Strip the Null Terminator from a given String
- 01/05/09 : How to Check an Email Address for Validity (VB.NET and VB6)
- 01/05/09 : How to find a string between two substring on a given string phrase
- 01/05/09 : How to Determine The Type Of Credit Card
- 01/05/09 : How to remove Leading/Trailing Spaces from the String
- 01/05/09 : How to find the Length of the string
- 01/05/09 : How to get the Width of the String
- 01/05/09 : How to do Replace All in Visual Basic
- 01/05/09 : How to Check the Type of Character
- 01/04/09 : How to returns the Nth token in a string. Ex: GetWord(“This is a test.”, ” “, 2) = “is”
- 01/04/09 : How to Check a Social Security Number for Validity
- 01/04/09 : How to Count Number of Vowels in a String