| Visual Basic | ||
| Strings | ||
| DeWord - Removes Word's smart quotes and other oddities. | ||
| GrabSection - Returns a section out of a string based on start and end tags. | ||
| IndentCode - Reindents code | ||
| IsStringLess - Sort taking into account numeric values. | ||
| NumToString - Writes out a number in English. | ||
| Replace - Replaces a token with a new token. | ||
| Soundex - Convert a string to its soundex equivalent. | ||
| Spell Checker - Class to implement spell checking. | ||
| Split - Provides a split like functionality for VB 5 | ||
| StringToNum - Converts a number written in English. | ||
| StrReverse - Reverses a string. | ||
| WrapCode - Wraps lines of VB code. | ||
| WrapString - Wraps a string at a specified point. | ||
| WrapString - Word wraps a string. | ||