I have to search from codebase of lines having following pattern:
"get_token , get_token"
For example the below line 'type' should be listed:
fn1(string.get_token(), string1.get_token());
Thanks in advance
I have to search from codebase of lines having following pattern:
"get_token , get_token"
For example the below line 'type' should be listed:
fn1(string.get_token(), string1.get_token());
Thanks in advance