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 ...
Access this course and 1400+ top-rated courses and projects.