Can the filters be enabled to allow regular expressions in them? At least so far as Windows supports them.
Announcement
Collapse
No announcement yet.
RegEx Filters
Collapse
X
-
Re: RegEx Filters
When viewing all users, I would like to produce a query to search for "10" or "01" in the username. I would also like to see only the users with a specific keyword in their description. I would further like to span multiple domains with this search, but the regular expressions probably wouldn't help there.
It would probably look a lot like:
/*(?=10|01)/
Comment
-
Re: RegEx Filters
Oh, now that would be a bit tricky. We have added a wildcard capability, so you can (in the v4.2 beta), have like "*01" or "01*", but the wildcard must be either at the beginning or end.Kevin Stanush
SystemTools Software Inc.
Comment
Comment