01-23-2014, 02:32 PM
I'm fairly new to the scene and have been playing about with a few macros and have managed to get them working to a reasonably different level, so I thought I'd up my level.
What I'm looking for is a bit of help on the following -
I'm looking to grab specific text from within the source code page of a specific webpage, extract it and do a search and find function on a different page.
The piece of source code mentioned is
<meta name="description" content="jonas - posted in Evaluation Stage: Player InfoPlayer: jonas goncalves oliveiraRating: 81Position: attLeavingGamertag: dizzyTeam: derbyDivision: xb div 1 eastGoing toGamertag: ninjabeanTeam: spursDivision: ps3 div 1 westFor
*insert cost and/or players* 45m" />
I'm looking to extract anything AFTER "Player Info Player:" and BEFORE "rating" so in this case the result would return 'jonas goncalves oliveria".
I do have a piece of code but I think it's completely wrong so wont bother posting it.
Any help greatly appreciated.
What I'm looking for is a bit of help on the following -
I'm looking to grab specific text from within the source code page of a specific webpage, extract it and do a search and find function on a different page.
The piece of source code mentioned is
<meta name="description" content="jonas - posted in Evaluation Stage: Player InfoPlayer: jonas goncalves oliveiraRating: 81Position: attLeavingGamertag: dizzyTeam: derbyDivision: xb div 1 eastGoing toGamertag: ninjabeanTeam: spursDivision: ps3 div 1 westFor
*insert cost and/or players* 45m" />
I'm looking to extract anything AFTER "Player Info Player:" and BEFORE "rating" so in this case the result would return 'jonas goncalves oliveria".
I do have a piece of code but I think it's completely wrong so wont bother posting it.
Any help greatly appreciated.