#5701
Yutaka Emura
Keymaster

wOxxOm wrote:
7.0.4
goal: find items with Actor = Style
regex: ^Dialogue: (.+?),(.+?),(.+?),(.+?),4,
supposed match: Dialogue: 0,0:00:16.70,0:00:17.64,Naga,Naga,0000,0000,0000,,text
Wrong match found by EmEditor: 0,0:00:16.70,0:00:17.64,Naga,Nagasumi,0000,0000,0000,,text

regex S&R in Files, 1
regex: ^Style: (.+?),.+?,(.+?),(.+?),(.+?),(.+?),(.+?),.+?,(.+?)$
replace: Style: 1,Tahoma,2,3,4,5,6,-1,7
enabled options: *.ass, UseRegEx, ConfiguredEncoding
result: replaces in one file then crashes application

S&R in Files, 2
if KeepModifiedFilesOpen is enabled then only 1-3 of matching files in the folder are modified. When the option is disabled then all the files are correctly modified on-disk

I don’t have any problems with 7.00.5

Make sure “Regular Expressions Can Match New Line Characters check box” is not checked in the Search tab of the Customize dialog box.