RegExp workshop (introduction to Regular Expression), optional Fork this repo to your account
- Reading materials
- Videos to watch
- Exercises to do
RegExps are a sequence of characters that define a search pattern. They are used for:
- Validation purposes (passwords, email, search)
- Searching items (string entries search)