I am trying to extract values "app_name" and "This is a great app" from the following but do not know how I can do that. I am not able to figure out the regular expression for this.
This is what my input looks like:
<string name = "app_name"> This is a great app </string>
This is not an effort to read values from Strings.xml on to Java code in Android. This is a totally different case, I just want to print out the values.