String Manipulation Category Posts
- 01/04/09 : How to Strip/Remove Text from a given String
- 01/04/09 : How to Trim all Non-printing Characters from a given String
- 01/04/09 : How to Remove all Non Alpha Numeric characters from a given string
- 01/04/09 : How to Convert to Upper Case
- 01/04/09 : How to Convert to lower case using API
- 01/04/09 : How to strip out leading and trailing characters (Extended Trim)
- 01/04/09 : How to Extract only non-numeric Strings from a given string
- 01/04/09 : How to Extract only numbers from a given string
- 01/04/09 : How would I remove the text between two given strings
- 01/04/09 : How to remove all spaces from string
- 01/04/09 : How to find the first number with thousand separator in a string
- 01/04/09 : How to remove illegal characters from file name
- 01/04/09 : How to Find First Numbers of String (along with alphas & decimals)
- 01/04/09 : How to find the first number in a string
- 01/04/09 : How to Remove two or more hyphens from a string
- 01/04/09 : Compare two strings (case insensitive)
- 01/04/09 : How to Remove all numeric characters from a string
- 01/04/09 : How to count the number of spaces in a string
- 01/04/09 : How to replace a character in middle of the string
- 01/04/09 : How to Replace a string on first line of a text box.
- 01/04/09 : How to delete a string in another comma delimited string
- 01/04/09 : How to make Sentence Case
- 01/04/09 : How To Capitalize The First Character Of Each Word In A String/Phrase.
- 01/04/09 : How to Convert Dollar Amounts into Words
- 01/04/09 : How to use Replace function for VB5