I have a String text that has a regular form and want to take two parts of this String. the String has the format
"<html><div style=\"text-align:center;\"><b>****</b><br><i>Aula: </i><b>****</b></div></html>"
Where the ****
indicates the parts of string that I want to take.
How can I do?
I'm using JAVA, also the string is written in HTML.
We can see that the intresting parts of the String are both limited by <b>
and <\b>