Hi,
I am trying to get specfic information from a webpage which i have managed to get into a string, i now want to extract the information needed in the string, can anyone please help.
My string current equals:
E:\test.txt:471: [tr][th]Manager: [/th]Joe Smith [/td][/tr]
I have replaced the formatting with square brackets as it messed up this post.
What I want is the name that comes after the [/th] and nothing before or after that, if it helps the start character will always be the same number.
Basically what I want to end up with is
Joe Smith
Thanks