Page 1 of 1
Quick search does not allow you to search for specific characters.
Posted: Thu May 13, 2021 2:01 am
by pentopen
If you want a quick scan to search for files with the string '(', ')','[', ']' in the file name, you can't search them.
XnView MP Windows
Version 0.98.3 64bits (May 6 2021)
Libformat version 7.80

Re: Quick search does not allow you to search for specific characters.
Posted: Thu May 13, 2021 8:12 am
by michel038
Quick search can use "regex" syntax... You can perhaps use \ character to escape special characters like \[ or \(
Re: Quick search does not allow you to search for specific characters.
Posted: Fri May 14, 2021 6:18 am
by pentopen
michel038 wrote: Thu May 13, 2021 8:12 am
Quick search can use "regex" syntax... You can perhaps use \ character to escape special characters like \[ or \(
Thank you for letting me know the new way.