Page 1 of 1

How to find all names with special characters?

Posted: Tue Dec 25, 2018 4:38 pm
by Debugger
How to find all names with special characters, there are a lot of them, etc.

Mini-example:

💋👍❤✌🌐🌏🕪🔊🎹🎵😇💯📛♨♔🔱😍🌺 🌿 ஜீ ۞🌿 🐦ஜீ✿ • .¸💘🎶

Re: How to find all names with special characters?

Posted: Wed Dec 26, 2018 4:43 am
by void
In Everything, search for:
diacritics:<💋|👍|❤|✌|🌐|🌏|🕪|🔊|🎹|🎵|😇|💯|📛|♨|♔|🔱|😍|🌺|🌿|ஜீ|۞|🐦|ஜீ|✿|•|¸|💘|🎶>

Re: How to find all names with special characters?

Posted: Wed Dec 26, 2018 7:51 am
by Debugger
void - But I gave only a few characters, how to find all on the disk? For example, several thousand Specjal Chars (but I do not know them)

Re: How to find all names with special characters?

Posted: Wed Dec 26, 2018 8:48 am
by void
What is a special character?

Unicode blocks:
https://en.wikipedia.org/wiki/Unicode_block

Emoticons:
regex:[\x{1F600}-\x{1F64F}]

Miscellaneous Symbols and Pictographs:
regex:[\x{1F300}-\x{1F5ff}]

Re: How to find all names with special characters?

Posted: Wed Dec 26, 2018 10:03 am
by Debugger
void wrote: Wed Dec 26, 2018 8:48 am What is a special character?

Unicode blocks:
https://en.wikipedia.org/wiki/Unicode_block

Emoticons:
regex:[\x{1F600}-\x{1F64F}]

Miscellaneous Symbols and Pictographs:
regex:[\x{1F300}-\x{1F5ff}]

The first regex works with Everything.
The second regex does not find anything, but OK.

Otherwise, both regexes do not work in another MasterSeeker application:
Error Exception: - Not enough hexadecimal digits.
It does not work for the regular expression engine in the MasterSeeker program

Re: How to find all names with special characters?

Posted: Wed Dec 26, 2018 10:00 pm
by tuska
void wrote:Miscellaneous Symbols and Pictographs:
regex:[\x{1F300}-\x{1F5ff}]
Debugger wrote:The second regex does not find anything
Search for:
🌲 Christmas 🎁.ext