Greetings,
Not directly TRichView related but indirectly related.
Using Delphi built in Regex for Delphi 11.1
How can one add a newline in the Replace (Not in the Search)
W know you can do (\n) or (\r\n) from the Search and do $1 but that is not what we are looking for. Specifically in the Default Regex engine for Delphi 11.1. Thanks
Newline in Regex replace
Re: Newline in Regex replace
I figured out a way to substitute \r for #13 and \n for #10