Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section discusses how to parse strings in Visual Basic.
In This Section
How to: Parse URIs in Visual Basic
Demonstrates how to use the System.Uri class to parse a uniform resource identifier (URI).How to: Parse E-mail Addresses in Visual Basic
Demonstrates a simple regular expression for parsing an e-mail address.How to: Identify URIs in a String in Visual Basic
Demonstrates how to use a simple regular expression to identify a URI in a string.How to: Identify Text in an HTML String in Visual Basic
Demonstrates how to use a simple regular expression to remove tags from an HTML document.How to: Identify Hyperlinks in an HTML String in Visual Basic
Demonstrates a simple regular expression for identifying hyperlinks in an HTML document.