Regular Expressions Set or Range of Characters
If you want to match against a set of characters, you can place the set inside [ ]. […]
If you want to match against a set of characters, you can place the set inside [ ]. […]
Any sequence of characters that’s not a special RegEx character or operator represents a character literal. JavaScript For […]