Monday, 19 August 2013

search using Notepad Wild card

search using Notepad Wild card

In Notepad++ How can I search using wildcards for
taxRate.set_FromDate(this.startDate);
and replace with
taxRate.FromDate = this.startDate;
I'm trying to do this with a large file

No comments:

Post a Comment