As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
fileContents = cbReadFileContents(file, def_encoding);if (fileContents.Find(data->findText) == -1){ continue;}
fileContents = cbReadFileContents(file, def_encoding);if(!data->regEx){ if (fileContents.Find(data->findText) == -1) { continue; }}else if( AdvRegex && re.Matches(fileContents)==0){ continue;}
In File: sdk/editormanager.cppIn Function: int EditorManager::ReplaceInFiles(cbFindReplaceData* data)
Is regular expression replace in files broken?
fileContents.Find(data->findText) == -1