Closed GoogleCodeExporter closed 9 years ago
Original comment by jmuenzner
on 7 Dec 2010 at 5:58
Regex matching is done. It does not need ~, it will match normal strings using
regexp as well (no performance issues were registered).
This includes list matching by using regular expressions like:
barry.rob.*|jay.m.*
or
user1|user2|user3
etc
Range matching could be done with regexp as well in most cases.
To be evaluated.
Original comment by jmuenzner
on 10 Jan 2011 at 11:02
Original issue reported on code.google.com by
barry.ro...@gmail.com
on 7 Dec 2010 at 5:06