Search found 11 matches

by Ismale.d
Tue Mar 07, 2023 1:23 pm
Forum: Support
Topic: Search by file name language type
Replies: 13
Views: 3635

Re: Search by file name language type

work perfectly! Really appreicate the help!
by Ismale.d
Mon Mar 06, 2023 10:06 am
Forum: Support
Topic: Search by file name language type
Replies: 13
Views: 3635

Re: Search by file name language type

To search for Hiragana OR Katakana: regex:[\p{Hiragana}] | regex:[\p{Katakana}] To search for Hiragana OR Katakana OR Han: regex:[\p{Hiragana}] | regex:[\p{Katakana}] | regex:[\p{Han}] Using unicode ranges might be better. For example, Kanji: regex:[\u4E00-\u9FFF] https://stackoverflow.com/question...
by Ismale.d
Mon Mar 06, 2023 8:45 am
Forum: Support
Topic: Search by file name language type
Replies: 13
Views: 3635

Re: Search by file name language type

wow this is pretty new to me, thanks for the help and reference! Couldn't have understand it otherwise :)
by Ismale.d
Wed Feb 22, 2023 10:30 pm
Forum: Support
Topic: Search by file name language type
Replies: 13
Views: 3635

Re: Search by file name language type

hi thanks for the reply, however can you give me more hints on what term should I user to search for the sytanx for say Japanese? pcre2pattern spec is too technical for me and I have tried to search for "pre2 unicode language list", "pre2 unicode Japanese" ..etc and I can't find ...
by Ismale.d
Tue Feb 21, 2023 6:25 am
Forum: Support
Topic: Search by file name language type
Replies: 13
Views: 3635

Search by file name language type

As per title, can this be done?
eg if it contain Chinese, or Chinese and English?

Thanks!
by Ismale.d
Thu Oct 20, 2022 9:48 pm
Forum: Support
Topic: matching file with certain digit of numbers or characters
Replies: 6
Views: 1421

Re: matching file with certain digit of numbers or characters

oh stupid me, sorry I have been keep turning it on and off I kind of confused.
Yes you are correct, it work properly after turning off match path!

Again thanks for this excellent tool and your help!
by Ismale.d
Thu Oct 20, 2022 7:39 am
Forum: Support
Topic: matching file with certain digit of numbers or characters
Replies: 6
Views: 1421

Re: matching file with certain digit of numbers or characters

much appricate the help!

Yes I confirm disable "regex" do the trick.
(don't know why it is enable all of the sudden.)

regex solution also work accordingly, but I can't replicate the same result with normal operators.
(ie ????.jpg can't match abcd.jpg)
by Ismale.d
Wed Oct 19, 2022 8:56 am
Forum: Support
Topic: matching file with certain digit of numbers or characters
Replies: 6
Views: 1421

Re: matching file with certain digit of numbers or characters

hi, thanks for the quick reply.

but now item with other character in front of the digit are also match.
eg: abc12345.jpg


Also may I know why "?"/"#" operator doesn't work in my case? Is it a function which is not implemented or the way I use it is incorrect.
Again thanks!
by Ismale.d
Tue Oct 18, 2022 10:28 pm
Forum: Support
Topic: matching file with certain digit of numbers or characters
Replies: 6
Views: 1421

matching file with certain digit of numbers or characters

I have tried for an hour and I can't even get this simple search work, this is extremely frustrating! say I want to filter out file that have 5 digit of random number, what syntax should I use? I even make a file called "12345.jpg" 1234#.jpg: no result 1234?.jpg: no result 1234*.jpg: no re...
by Ismale.d
Sat Oct 08, 2022 12:18 pm
Forum: Suggestions
Topic: Preview area and thumbnail suggestion
Replies: 4
Views: 1998

Re: Preview area and thumbnail suggestion

Sorry I wasn't specific, I mean picture file
by Ismale.d
Sat Oct 08, 2022 11:13 am
Forum: Suggestions
Topic: Preview area and thumbnail suggestion
Replies: 4
Views: 1998

Preview area and thumbnail suggestion

Hi! First of all thanks for this awesome tools, and think everything has the potential to even substitute window explorer, and that's what I do something. 2ndly I have many suggestions I want to provide, I wonder if it is best I put them all in 1 topic or separately? Anyway, for preview suggestion: ...