I have string id=[digit]&option&name=[name]
.
I want to extract digit
, name
from string with using regex. How can I do that?
Or is there any other way?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have string id=[digit]&option&name=[name]
.
I want to extract digit
, name
from string with using regex. How can I do that?
Or is there any other way?