+ 7
I assume you mean for searching for repetitions in regex patterns? If you omit the first number like this: "9{,3}" that is equivalent to: "9{0, 3}" If you omit the second number like this: "9{3,}" it will check for 3 or more 9's.
25th Mar 2018, 11:27 PM
Tamra
Tamra - avatar