Yeti wrote:

>> What's the point of using '{0,}' instead '*' ?
> 
> Well the thing is that with the {0,} more REQUEST_URIs are valid:
> eg.
> /blog
> /blog/
> /blog/17
> /blog/17/
> /blog/17/0
> /blog/17/0/

Yeti, 

I must be slow today - I still can't see the difference between 

'{0,}'  (= 0 or more instances of the previous) 

and

'*'     (= 0, 1 or more instances of the previous)



/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to