How can I get all strings starting with
description="
and ending with
"," or "&"
For example:
I need to get
abcde
xyz
from the following html
<htm>
description="abcde&id=100&key=test"
description="xyz,,adfafds"
</html>
Thank you in advance!
...
Go to the complete details ...