Regex journey in Javascript #1
Capturing group misconception in Regex
Groups can be two types :
capturing (used for backreference, some particularly significant meaning internally) |-- capturing groups might be labelled with names , but not mandatory ;
non-capturing (used for i...
vanillacamp.hashnode.dev2 min read