Using #regex #regexp make your code a lot shorter, learn how, 0 to hero #javascript

preview_player
Показать описание
In this video we will cover Regex:
- test(), match(), replace
- boundaries, character classes, quantifiers
- extracting data with groups/named groups
- real world scenarios like: route matcing, password, email and more
Рекомендации по теме
Комментарии
Автор

- Why RegEx (00:00 - 02:37)
- Your first RegEx with test() method (02:37 - 04:48 )
- Matching alphabetic characters (02:38 - 06:16)
- Using match() to see what matches (06:17 - 07:36)
- Named groups, capture information and give it a name (07:37: 09:55)
- Boundary, beginning of word (09:56 - 11:36)
- Quantifier * (11:37 - 11:56)
- Quantifier + (11:57 - 12:14)
- Greedy matcher, ? (12:15 - 16:56)
- Example, matching route parameters (16:57 - 18:35)
- Example, parse a URL (18:36 - 19:44)
- Example, password complexity (19:45 - 21:38)
- Replace, converting between data formats, (21:39 - 24:24)
- Example, email (24:25 - 30:19)

ChrisNoringchrisnoring