Try this:
tmpstr.loadfromfile('index.html);
StringReplace(tmpstr.Text,'Electronics online shop','Electronic offline brick shop',[rfReplaceAll]);
This code will result in replacing every string that begins with word Electronics, because it can't
handle spaces. I want to replace only exact string 'Electronics online shop' with spaces included.