Search found 1 match

by zug7
Thu Sep 09, 2021 7:13 am
Forum: Regular Expressions Help
Topic: Find a string with RegEx and insert one line before
Replies: 0
Views: 14007

Find a string with RegEx and insert one line before

I have the following kind of text: int ADR_USD(0); if date >= ELDate (10,12,2012) THEN BEGIN if date >= ELDate(10,12,2012) and date < ELDate(08,12,2013) then begin I need to insert/change this as follows: int ADR_USD(0) , int PT_pointValue(0); if date >= ELDate (10,12,2012) THEN BEGIN if date >= ELD...