RDRahul Dasinrahuldas.hashnode.dev·Feb 8, 2021 · 1 min readAnytime I see RegexRegular 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...03PCM