Announcement

Collapse
No announcement yet.

RegEx Filters

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • RegEx Filters

    Can the filters be enabled to allow regular expressions in them? At least so far as Windows supports them.

  • #2
    Re: RegEx Filters

    Can you explain more about what kind of filters you mean and some examples of the expression ?

    Thanks
    Kevin Stanush
    SystemTools Software Inc.

    Comment


    • #3
      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


      • #4
        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

        Working...
        X