Quick search not working with special characters

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
Infi220
Posts: 18
Joined: Thu Nov 05, 2015 8:07 am

Quick search not working with special characters

Post by Infi220 »

The quick search field in the top bar doesn't work with special characters that are allowed in filenames, such as + or ^
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Quick search not working with special characters

Post by xnview »

Q§uick search use RegExp, so something like that works

Code: Select all

.*\+.*
Pierre.
Post Reply