🔰using regex

🚧 under construction

JSvalueobjectregex ⟩ using regex

Regular expressions are used

when using str.matchAll(regex), the regex must have the global (g) flag set, or a TypeError is thrown

Last updated