String Manipulation Category Posts
- 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
- 01/04/09 : How to remove Duplicate Spaces from a string
- 01/04/09 : How to remove Duplicate characters from a string
- 01/04/09 : How to trim characters from the Beginning or End of a string
- 01/04/09 : How to trim characters from the End of a string
- 01/04/09 : How to trim characters from the Beginning of a string
- 01/04/09 : How to Replace Multiple Substrings in a String at Once
- 01/04/09 : How to return a Padded String with Blanks on Left
- 01/04/09 : How to return a Padded String with Blanks on Right
- 01/04/09 : How to return everything between ‘string2′ in ‘string1′
- 01/04/09 : How to return everything before ‘string2′ in ‘string1′
- 01/04/09 : How to return everything after ‘string2′ in ‘string1′
- 01/04/09 : How to check if a given string ends with a given substring
- 01/04/09 : How to check if a given string starts with a given substring
- 01/04/09 : How to check if a string contains only Numeric Characters
- 01/04/09 : How to check if a string contains only Alpha Numeric Characters
- 01/04/09 : How to check if a string contains only Alphabetical Characters
- 01/04/09 : How to Strip special characters from a given String