Clipboard copies of a filter - restrict actions not included!
Posted: Sun Jan 07, 2018 5:48 am
Here's a filter I just made:
The Restrict to pattern filter Action is Send non-matching text to subfilter, but you can't tell from the clipboard copy.
This renders the clipboard copy useless for illustration / documentation purposes!
Was it always like this, or has something been changed inadvertently?
Best regards,
David
Code: Select all
Comment...
| Normalize to NFC excluding any Hebrew text
|
| NB. Does not expect any alphabetical presentation forms!
|
+--Perl pattern [[\x{0590}-\x{05FF}]+] with []
| [X] Match case
| [ ] Whole words only
| [ ] Case sensitive replace
| [ ] Prompt on replace
| [ ] Skip prompt if identical
| [ ] First only
| [ ] Extract matches
| Maximum text buffer size 4096
| [X] Maximum match (greedy)
| [ ] Allow comments
| [ ] '.' matches newline
| [X] UTF-8 Support
|
+--NFC - Canonical Decomposition, followed by Canonical Composition
This renders the clipboard copy useless for illustration / documentation purposes!
Was it always like this, or has something been changed inadvertently?
Best regards,
David