Re: Server File Search - case sensitive Regex Pattern
Thanks a lot, it's now working correctly.
One thing: By using (?-i) it seems not possible to search over directory boundaries
for example searching the path /a/b/c/
with these queries:
rx: (?-i)a/b No result
rx: a/b Found
But that's just a minor thing.
|