I have a String like this:
static String name = "what is the language used in android <img height=\""+height+"\" width=\""+width+"\">";
I need to get the value of height and width, which I am passing on the fly.Now i am in a situation where i need to get the values based on individual items.
I have tried regular expression but they are not working.
You can use this: