Syncfusion Inc., 2014. — 94 p.
Book teaches Visual Studio developers how regular expressions can help solve basic programming problems. By introducing patterns and rules to your C strings, you can eliminate the need to write your own complex code for text manipulation.
Topics included:
- Text Processing
- Using Regular Expressions in NET
- Character Sets
- Quantifiers
- Anchors
- Alternation
- Searching Summary
- Regex Tester Program II
- Regex Objects
- Groups
- Look-Arounds
- Replacing Text with Regex
- Cleaning Data with Regular Expressions
- Unicode
- Optimizing Your Regex
- Regex Errors
- Other Regex Options
- Regex Summary
- Resources