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