regex issue

Edho Arief edho at myconan.net
Thu Jan 19 07:18:40 UTC 2012


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



More information about the nginx mailing list