Possible Duplicate:
Get text in quotes
I have a string ["xx.xx.xx.xx"] I want it to only return what is inside the quotations.
I have a string ["xx.xx.xx.xx"] I want it to only return what is inside the quotations. |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can use a regex with a capturing group:
|
|||
|
|