I need to find the following multi-line text
 catch (Exception error)
 {
 throw new CriticalException(Properties.Strings.*, error);
 }
 }
where the * sign needs to be a wildcard and replace it with
 catch (Exception error)
 {
 throw new CriticalException(string.Format(Properties.Strings.errError ...
					Search found 1 match
- Tue Jun 10, 2008 10:32 pm
 - Forum: Advanced Find and Replace
 - Topic: multi-line wildcard find and replace
 - Replies: 1
 - Views: 15661