Bruno Dumon wrote: > This won't be of much help, but I thought the wildcard matcher is > significantly faster than regexpes. > > PS: I like the idea of moving it to commons-lang. I've used it on > several occasions outside Cocoon. >
Ditto. I even have a refactored version that returns a String[] rather than a Map. It's faster and easier to use from Java code. Sylvain -- Sylvain Wallez - http://bluxte.net
