Is clipboard: ignoring Ignore Punctuation (or some other oddity)?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4953
Joined: Thu Sep 03, 2009 6:48 pm

Is clipboard: ignoring Ignore Punctuation (or some other oddity)?

Post by therube »

Is clipboard: ignoring Ignore Punctuation (or some other oddity)?

Create
"red-blue.txt" & "red blue.txt"

Set search:
clipboard:


Copy red-blue.txt to clipboard

Results:
red-blue.txt


Copy 'red blue.txt' to clipboard

Results:
red blue.txt
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is clipboard: ignoring Ignore Punctuation (or some other oddity)?

Post by void »

Please try #clipboard:

clipboard: = operators are escaped.
#clipboard: = operators are processed.

Search Preprocessor



To remove punctuation form the clipboard, please try:

#regex-replace:<#clipboard:,"[`~!@#$%^&*()\-=_+{}|\[\]\\;':,./<>?"#quot:"]"," ">
Post Reply