How to Respond to Weird Patterns with EmEditor - Expert Tips for Text Editing

How to Respond to Weird Patterns with EmEditor - Expert Tips for Text Editing

Joseph Lv8

How to Respond to Weird Patterns with EmEditor - Expert Tips for Text Editing

November 30, 2007 at 8:30 pm #5077

Yutaka Emura

Keymaster

jugaor wrote:
Hi, thank you very much for your response.

1. In Spanish, the ‘special’ letters are ÁÉÍÓÚÜ, áéíóúü, Ñ, ñ. I presume that these Unicode chars cover them :)

2. The spaces are needed, since they’re two whole words:
“esta” = “this” / “estas” = “these”, both feminine.
“es” = “is” (singular, verb to be)
“son” = “are” (plural, verb to be)
The strange thing is that EmEditor rightly works with the same subexpression after, not before (i.e. “(¡|¿)esta(s?)(?! es| son)” is correct).

I have been trying to use EmEditor to automatically correct words with bad orthography in subtitles files (Spanish). I wrote some complex VBEE scripts for that, and I found these issues above.

Thanks for your attention,
jugaor

PS: please, write me when the new beta is ready :)

(?=pattern) (positive lookahead search) and (?!pattern) (negative lookahead search) look ahead from the position where search begins.

For example, expression “(?=x)x” always matches, and expression “(?!x)x” never matches.

So it doesn’t make sense to place (?=pattern) or (?!pattern) at the beginning of a search term.

I will release beta 41 today or tomorrow.

Also read:

https://techidaily.com
  • Title: How to Respond to Weird Patterns with EmEditor - Expert Tips for Text Editing
  • Author: Joseph
  • Created at : 2024-11-09 19:16:08
  • Updated at : 2024-11-12 19:37:09
  • Link: https://win-news.techidaily.com/how-to-respond-to-weird-patterns-with-emeditor-expert-tips-for-text-editing/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
How to Respond to Weird Patterns with EmEditor - Expert Tips for Text Editing