I'm not so concerned about regex parsing simply because I *think* it's
possible to design a URL schema that doesn't require it, iff that schema is pretty exacting. I would myself prefer to avoid regex if possible, for

You can't avoid regexps in a rule-based model.

You can in a code-based model.

;-)

/Janne

Reply via email to