It seems like at least once a week while I'm programming, I could use some sort of find and replace tool that has support for using both regular expressions and math.<BR><BR>An example, dividing raw ...
I was hoping I could use "^$^Title" instead of "\r\n\r\nTitle", but that doesn't fly (and rightly so). Also I wasn't sure if "\r\n" would work on unix text files. Is there a more generic way I could ...