Defining a Regular Expression
Learn about the two ways to define a regular expression in JavaScript.
We'll cover the following...
Now that we’ve gotten the formal bits out of the way, let’s get to the nitty-gritty, shall we?
In this chapter, we’re going to be defining everything you need in order to understand the specific ...