I looked at several threads but this confused me a little.
How would I extract "Karandeep Singh" from the following string?
<font color="#91D329">Add New Customer: Karandeep Singh</font>
I tried using the replace method because only the name changed, rest of it remains the same, but it gave an error because of the quotes.
Thanks.