From: Jamie C. <jca...@we...> - 2002-05-23 23:28:24
|
ra...@si... wrote: > > I found out recently that regular expressions while searching for users > stopped functioning. This apparently is due to the "\Q" and "\E" > directives for the matching expression. I don't recall these directives > for regular expressions, and they prevent any regexp matching. Is this a > bug in the module, or do I need to upgrade my PERL and PERL knowlege? It's sort of a feature in webmin 0.970. I previous versions, doing searches for usernames like joe+fred would not produce the results that people unfamiliar with regular expressions expected. That's why I put in the \Q and \E to make the username search field a substring rather than a regular expression. - Jamie |