I have huge codebase containing 400-500 files. In most of the files we have this kind of lines, <cfcatch type="any"> / <cfcatch type="database"> / <cfcatch> etc. So the common patte is <cfcatch.
So what I need is, where ever there is a <cfcatch , I need to add this new line after that line i.e <cfinclude template="test.cfm">.
So <cfcatch type="any"> will be now
<cfcatch type="any"> <cfinclude template="test.cfm">
I tried with multiple regex replace but no success.
Recent Questions...
ما را در سایت Recent Questions دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 163
تاريخ: يکشنبه
9 خرداد
1395 ساعت: 11:07