mafintosh / router

a lean and mean http router for node.js
66 stars 14 forks source link

regex asteriks will convert to pattern asteriks #3

Closed mafintosh closed 12 years ago

mafintosh commented 13 years ago

the following pattern fails:

'/{meh}(a*}'

as the matcher converts * to (.*)