Regular expression to match
int abc;
.abc(abc)
above as input and below as output is
.abc
(abc
abc
is
[\.(]abc
Please correct me
In reply to Please correct me in the above regular expression by suvendra123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |