Example:
/(?:Foo){0}bar/
I saw something like this in another answer. At first I thought \"what should that be\", but then, \"OK could make sense, kind of a
An explicit repetition count of zero can be useful in automatically generated regular expressions. You avoid coding a special case for zero repetitions this way.