Hello all,
I'm loving TM even with it's little blemishes (like not printing!). But here's a question:
How do I search for or replace text with a special character, such as a <CR>? With UltraEdit I would use ^M or something like that. Does TM offer the same sorts of things?
Thanks, Patrick
According to Patrick Burleson:
How do I search for or replace text with a special character, such as a <CR>? With UltraEdit I would use ^M or something like that. Does TM offer the same sorts of things?
If you specify that the string is a regex, you should be able to use something like \r or \n, no?
(disclaimer: not tested)
On 13. Oct 2004, at 0:12, Patrick Burleson wrote:
How do I search for or replace text with a special character, such as a <CR>? With UltraEdit I would use ^M or something like that. Does TM offer the same sorts of things?
You can enable 'regular expression' and then type \r (or any other escape code).
Kind regards Allan