rahulkothari
asked on
Regexpression really stuck ---
I have a string literal like this
String s = "function(ab,'ac',ad,'gr') ";
Now I want to run a reg expression so that I can only get ab and ad (i.e. only the strings that are enclosed in the single quotes). I donot want to get values which are wrapped by single quote.
Thanx in advance ...
EK
String s = "function(ab,'ac',ad,'gr')
Now I want to run a reg expression so that I can only get ab and ad (i.e. only the strings that are enclosed in the single quotes). I donot want to get values which are wrapped by single quote.
Thanx in advance ...
EK
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ok i believe you.
Thanks for accepting
Thanks for accepting
ASKER
RK