C++, Searching and returning value.
- by pure841
For example, lets say I have this string:
"Name, Name2, <b>Name3</b>, Name4, <b>Name5</b>"
I am trying to get whatever value / name is inside the <b> tags. So when I search the char, I get the following in an array:
Name3
Name5
Any ideas? Thanks