zarfDLL.c(103) : Error: invalid simple type name destructor
It looks like you are trying to capture the code inside the parenthesis. You could use:
Find:::^[^\(]+\(([^)]+)\).+$
Replace:::Error: \1
This would replace the entire line with "Error: 103" using the example, and ignore all parenthesis ...
Search found 3 matches
- Sat Feb 14, 2009 5:16 pm
- Forum: General
- Topic: How do i replace tagged expression on OR conditional search
- Replies: 6
- Views: 1449
- Sat Feb 14, 2009 4:05 pm
- Forum: General
- Topic: Finding Text on Multiple Lines
- Replies: 7
- Views: 1870
Re: Finding Text on Multiple Lines
Did anybody actually understand this set of instructions ?
If so, please post them in English with complete sentences.
What he said was, replace all newlines "\n" with a unique token, like ~1~, so that you can put the newline back afterwards... This will make your entire file one line of text ...