knowledge
knowledge copied to clipboard
RegEx basics
Proposal
- explain quantifiers and character sets...
- understand capturing groups
- https://www.codecademy.com/learn/natural-language-processing/modules/nlp-regex-parsing-module
- show regex101.com
- show usage in WebStorm (regex replace)
- greedy search
- modifiers
Take away
Everyone should be able to write and read simple and useful regexes to search, replace or extract text
Doporučuji https://regexr.com ... Vždycky si tam testuji svoje "regexy".