It used to be regex, but regex are slow (and far slower than just string comparison)
Ben
On 06 Dec 2013, at 12:20, Stephan Eggermont <stephan@stack.nl> wrote:
Would it make sense to check the search string for complex strings (*\?) and switch to regex searching then? That should be a simple extension (later).