String Manipulation Category Posts
- 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
- 01/04/09 : How to Find a String within another String with many options
- 01/04/09 : How to wrap words per line by number of characters (Word Wrap feature)
- 01/04/09 : Replacement for VB6′s Replace$ function (fastest way)
- 01/04/09 : How to convert Hex to String
- 01/04/09 : How to convert String to Hex
- 01/04/09 : How to Strip Alphabets from a string
- 01/04/09 : How to Strip Numeric from a string
- 01/04/09 : How to Strip Non Alpha Numeric from a string