Closed PuercoPop closed 8 years ago
Interesting point. I will consider adding the suggested feature. In fact, the ppcre matcher is (in both optima and trivia) very much UNsophisticated/optimized, and there is plenty room for improvement.
it will work on forms, not only symbols.
Thanks for the prompt implementation of the feature!
Hi, This is a feature request. Currently the ppcre matcher only works on literal strings, would it be possible to treat symbols as potential variables?
For example
complains that url-regexp is not of type string. Being able to associate regexps with names that describe their intent is useful from a development experience point of view, even if at odds with efficiency.