What does "punctuation" mean?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

What does "punctuation" mean?

Post by Biff »

What does here punctuation / this option mean(?):
Image

Respectively why does it not find that(?):
Home.for.Christmas.
Image

What is the easiest / best way to combine filters / bookmarks (without changing / creating new filters)? E.g. if I wanted to use some of my filters combined with this one:
Image

So e.g. I want to show the results of this filter (or any other filter / bookmark)
Image

and with this one (or any other filter / bookmark) together:
Image
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: What does "punctuation" mean?

Post by void »

What does here punctuation / this option mean(?):
Ignore punctuation in the filename.

For example, a search for spiderman will match a file named spider.man


Respectively why does it not find that(?):
Home.for.Christmas.
Everything will still match any punctuation you specify in your search.


What is the easiest / best way to combine filters / bookmarks (without changing / creating new filters)? E.g. if I wanted to use some of my filters combined with this one:
There's no easy way to AND filters.

Use filter macros to AND filters.

For example:

folder: removepunctuation:Home.for.Christmas.



Consider pasting text with Ctrl + Shift + V to replace punctuation with spaces.
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: What does "punctuation" mean?

Post by Biff »

Many thanks!
For example, a search for spiderman will match a file named spider.man
Ah, so it works vice versa (than I thought) obviously: "Ignore Punctuation in the index / file / item names", not in the search field.
Consider pasting text with Ctrl + Shift + V to replace punctuation with spaces.
Thank you, yes, I will try to do. Have some difficulties to remember all of the (same / different working) shortcuts from so many programs / actions.

What is the difference between "white-space" and "space" (the result of pressing the space key) in the filters under "Search"?
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: What does "punctuation" mean?

Post by void »

What is the difference between "white-space" and "space" (the result of pressing the space key) in the filters under "Search"?
Space = ASCII space (character code: 0x20 / 32)

The following characters are treated as white-space in Everything:
TAB '\t' (0x09 / 9)
NEWLINE '\n' (0x0A / 10)
VERTICAL TAB '\v' (0x0B / 11)
CARRIAGE RETURN '\r' (0x0D / 13)
SPACE ' ' (0x20 / 32)
NO-BREAK SPACE ' ' (0x00a0)
OGHAM SPACE MARK ' ' (0x1680)
EN QUAD ' ' (0x2000)
EM QUAD ' ' (0x2001)
EN SPACE ' ' (0x2002)
EM SPACE ' ' (0x2003)
THREE-PER-EM SPACE ' ' (0x2004)
FOUR-PER-EM SPACE ' ' (0x2005)
SIX-PER-EM SPACE ' ' (0x2006)
FIGURE SPACE ' ' (0x2007)
PUNCTUATION SPACE ' ' (0x2008)
THIN SPACE ' ' (0x2009)
HAIR SPACE ' ' (0x200a)
LINE SEPARATOR '
' (0x2028)
PARAGRAPH SEPARATOR '
' (0x2029)
NARROW NO-BREAK SPACE ' ' (0x202f)
MEDIUM MATHEMATICAL SPACE ' ' (0x205f)
IDEOGRAPHIC SPACE ' ' (0x3000)
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: What does "punctuation" mean?

Post by raccoon »

Related thread -> viewtopic.php?f=5&t=12275
Post Reply