Useful Links
Computer Science
Algorithms and Data Structures
Regular Expressions
1. Introduction to Regular Expressions
2. Fundamental Concepts
3. Basic Syntax Elements
4. Quantifiers and Repetition
5. Grouping and Capturing
6. Advanced Pattern Constructs
7. Flags and Modifiers
8. Regular Expression Engines
9. Common Patterns and Applications
10. Performance and Optimization
11. Debugging and Testing
12. Theoretical Foundations
13. Advanced Topics
Basic Syntax Elements
Single Character Matching
Literal Characters
The Dot Metacharacter
Whitespace Characters
Control Characters
Character Classes
Square Bracket Notation
Character Ranges
Negated Character Classes
Case Handling in Classes
Predefined Character Classes
Digit Classes
Word Character Classes
Whitespace Classes
Negated Predefined Classes
Unicode Categories
Anchors and Position Assertions
String Anchors
Line Anchors
Word Boundaries
String Boundaries
Position-Only Matching
Previous
2. Fundamental Concepts
Go to top
Next
4. Quantifiers and Repetition