Quote:
Originally Posted by scubaddictions
Yeah, I know that there are other text editors that do Regex, and I already have Notepad++. The problem is that the syntax of a Regex in one text editor doesn't work in Notepad++, or any of the other text editors I've tried. I'm almost certain that this particular Find/Replace function will work in Notepad++ if I can just get the syntax correct. Any help on that front would be appreciated.
Thanks!
Ryan
|
I use UltraEdit, so I can't help a lot, but it's my understanding that Notepad++ does not support multiline regex searches. You have to use the extended mode to get multiline searches. Try replacing the CR and LF with unique character strings. Then do what you need to do with regex and finally fix it up by replacing the unique character strings.