Answers for "numbered occurences in regex"

1

numbered occurences in regex

/^[a-z]{0,10}$/

{3} exactly 3
{6,} at least 6
{2,5} 2 to 5
Posted by: Guest on October-24-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language