Index: src/ufindthread.pas
===================================================================
--- src/ufindthread.pas	(revision 7565)
+++ src/ufindthread.pas	(working copy)
@@ -381,7 +381,7 @@
   end;
 
   if bRegExp then
-    S := ReplaceRegExpr(SearchString, S, replaceString, False)
+    S := ReplaceRegExpr(SearchString, S, replaceString, True)
   else
     begin
       Include(Flags, rfReplaceAll);
