Sorry, I made mistake
>
> /([a-z] ?)/
> This one will match and capture one letter optionally followed by space between slashes
> Examples:
> /a/ -> $1: a
> /a / -> $1: "a "
> /asd/ -> no match
>
--
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx