left-icon

Regular Expressions Succinctly®
by Joseph D. Booth

Previous
Chapter

of
19
A
A
A

CHAPTER 2

Using Regular Expressions in .NET

Scroll To Top
Disclaimer
DISCLAIMER: Web reader is currently in beta. Please report any issues through our support system. PDF and Kindle format files are also available for download.

Previous

Next

TABLE OF CONTENT
About the Author
1. Text Processing
2. Using Regular Expressions in NET
3. Character Sets
4. Quantifiers
5. Anchors
6. Alternation
7. Searching Summary
8. Regex Tester Program II
9. Regex Objects
10. Groups
11. Look Arounds
12. Replacing Text with Regex
13. Cleaning Data with Regular Expressions
14. Unicode
15. Optimizing Your Regex
16. Regex Errors
17. Other Regex Options
18. Regex Summary
19. Resources