Search and Replace for Strings in Visual Basic
This section discusses how to use search and replace for strings in Visual Basic.
In This Section
How to: Remove Parts of a String (Visual Basic)
Removes all occurrences of one string from another string.How to: Search for a String in an Array of Strings (Visual Basic)
Reports the index of the first string in the array with the specified substring, and the index of the substring in the string.How to: Search Within a String (Visual Basic)
Reports the index of the first occurrence of a substring in a string.
See Also
Concepts
Types of String Manipulation Methods in Visual Basic