Translation - Μετάφραση

Resources, Technical Assistance and Technology News => Translator resources => Tips on Using Computers => Topic started by: spiros on 11 Feb, 2019, 16:09:40

Title: EmEditor regex: match multiple lines
Post by: spiros on 11 Feb, 2019, 16:09:40
EmEditor regex: match multiple lines when using .* or .*?

EmEditor (unlike Notepad++ which has a visible check box .matches newline setting on the main Search/Replace dialog) needs a couple of extra clicks to match new lines.

You need to click Ctrl+H to bring up the search dialog, click Advanced, check the Regular Expressions can Match new line characters check box and enter 1 or more in the Additional Lines to Search for Regular Expressions text box.

(https://i.stack.imgur.com/q2zpg.png)