I need to find this pattern.
ReadOnly = True
end
"ReadOnly = True" occurs 250 times across 190 files, so its going to take a while and I might miss some. Its space padded on the left and terminated with cr,lf.
I expect this to work, but it returns nothing. I have tried more complex expressions, but it seems to me that this should work.
ReadOnly = True\r\nend
I have tried engine modifier "s", but I suspect that Delphi has not implemented it.