Search found 4 matches

by deatro
Sun Apr 14, 2024 10:31 pm
Forum: General
Topic: What is the default font for everthing?
Replies: 1
Views: 284

What is the default font for everthing?

I apologize if this is a silly question but, I'm just wondering does anyone know what the default font for everything is? I'm using the latest update (x64bit). I want to search Unicodes (ASCII) using the "ALT+" prompts.

Thank you!
by deatro
Thu May 19, 2022 12:05 am
Forum: Support
Topic: REGEX:PROPERTIES
Replies: 4
Views: 1526

Re: REGEX:PROPERTIES

I'm sorry I think you answered my question in the second part of your answer. That totally worked! Thank you!
by deatro
Wed May 18, 2022 11:55 pm
Forum: Support
Topic: REGEX:PROPERTIES
Replies: 4
Views: 1526

Re: REGEX:PROPERTIES

Thank you that was very helpful! However I wanted to isolate filenames with just numerical values. For example:

including:

i.e; 0145960100.jpg

excluding:

i.e; 009BHIX009.jpg

I hope that makes sense.
by deatro
Wed May 18, 2022 11:43 pm
Forum: Support
Topic: REGEX:PROPERTIES
Replies: 4
Views: 1526

REGEX:PROPERTIES

I'm new to regex, and I wanna isolate/filter my file search by numerical characters so I've used [0-9] which works. But i also want to limit my filename count; (i.e. filenamelength:10) but it doesn't work in regex. How do I fix this?