3-5-13d1351 regex to match y or fewer of something
2014-08-29azim58 - 3-5-13d1351 regex to match y or fewer of something
regex to match y or fewer of something. For example maybe we want to
match 3 or fewer of a token; let's say the token is the letter "b".
regex
b
1,3