Regular Expressions
Regular expressions are really useful for checking the sequence of characters in a search pattern. Created by phpacademy.
Average Course Length
30 minutes
Skill Level
Beginner
Pick a lesson
1: Introduction
2: Dot Matches
3: Optional
4: Character Set
5: Multiple
6: Alternations
7: JavaScript & PHP Examples
8: Groups
9: Quantifiers
10: Anchors & Flags
11: Let's Write Some Expressions!