Search found 1 match

by mikeclaymon
Tue Jun 10, 2008 10:32 pm
Forum: Advanced Find and Replace
Topic: multi-line wildcard find and replace
Replies: 1
Views: 9773

multi-line wildcard find and replace

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, Name), err...