News

Working with regular expressions I’m also going to cover how to work with regular expressions in JavaScript, though the concepts learned here apply to other languages as well.
JavaScript’s RegExp object, which holds a regular expression, is what we need here. Regular expressions are a big subject, and there are plenty of FAQs on them on the Web.