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...
Nov 1, 20212 min read55