Many thanks the previous code was working
Suppose the input file contains
int abc;
.abc(pqr),
.abc(xyz).abc(abc)
I want the output as
int abc_1;
int abc_2;
.abc(pqr)
.abc(xyz)
abc_1(abc_1)
.abc_2(abc_2)
How to approach ?
In reply to Re^6: Please correct me in the above regular expression
by suvendra123
in thread Please correct me in the above regular expression
by suvendra123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |