- Introduction
- Character Class
- Repetitions
- Grouping and Capturing
- Backreferences
- Assertions
- Applications
Problem | Java | Javascript | Python |
---|---|---|---|
Excluding_Specific_Characters | Solution | Solution | Solution |
Matching_Character_Ranges | Solution | Solution | Solution |
Matching_Specific_Characters | Solution | Solution | Solution |
Problem | Java | Javascript | Python |
---|---|---|---|
Alternative_Matching | Solution | Solution | Solution |
Capturing_Non_Capturing_Groups | Solution | Solution | Solution |
Matching_Word_Boundaries | Solution | Solution | Solution |
Problem | Java | Javascript | Python |
---|---|---|---|
Backreferences_To_Failed_Groups | Solution | N/A | N/A |
Branch_Reset_Groups | Solution | N/A | N/A |
Forward_References | Solution | N/A | N/A |
Matching_Same_Text_Again_Again | Solution | N/A | N/A |
Problem | Java | Javascript | Python |
---|---|---|---|
Negative_Lookahead | Solution | Solution | Solution |
Negative_Lookbehind | Solution | N/A | Solution |
Positive_Lookahead | Solution | Solution | Solution |
Positive_Lookbehind | Solution | N/A | Solution |
Problem | Java | Javascript | Python |
---|---|---|---|
IP_Address_Validation | Solution | Solution | Solution |