Getting similar pattern sub strings (python)
I have a large string and I want to get all the patterns
str = "name":"temp1","class":"temp2""name":"temp3","class":"temp4"
Now I want the name and class values how can I take those from the above
string.
No comments:
Post a Comment