Anytime I see Regex
Feb 8, 2021 · 1 min read · Regular expressions or Regex are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec() and test() methods of RegExp, and with the match(), matchAll(), re...
PCMPamela and 2 more commented