summaryrefslogtreecommitdiff
path: root/test/regexp/ranges2
blob: a8eb884e3d3ea74555e045a72b2576bd24f74ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=>(a|b{0,3}){0,1}
a
aa
b
bb
bbb
bbbb
ab
ba
=>([0-9]{0,3}|([0-9]{0}|[0-9]{0,3})){0,3}
0
00
123
abc