|
-
Apr 11th, 2009, 02:50 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] RegEx / Multiline
Yet another RegEx question. I have a file that sometimes contains this exact set:
Code:
ExceptionData = {
}
I'm trying to make it so if either of those exactly match, to remove them from the string since it causes an error if they contain no data between the { }.
I tried a few different methods, but I can seem to match it because the } is on a new line.
Any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|