Quantified Character

Learn about the quantified character in RegEx.

Overview of quantified character

Let’s consider the problem we were working on in the previous lesson. You can re-write the RegEx as /\(\d+\)-\(\d+\)-\(\d+\)/. This way, the RegEx was shortened and much easier to understand. In this RegEx, it will have at least one occurrence of the ...

Get hands-on with 1400+ tech skills courses.