I know that in regex one can specify the desired number of matches via the curly braces as {min,max}
I was going through this article: http://msdn.microsoft.com/en-us/library/ms537509%28v=vs.85%29.aspx
and coudn,t understand what is meant by {1,} or {0,} etc.