AuToItItAlIaNlOv3R Posted February 13, 2010 Posted February 13, 2010 (edited) Hi to all, i'm doing a html grabber and i have this simple question I have a lot of this line : href="randomlinkofsite">numeber of Kbps</a></td> For esample href="anrdomlinkofsite">64 Kbps</a></td> Now i would capture the string between "> and </a></td> For esample i would like to capture the numbers of Kbps, i try with _StringBetween ($filetoread,'">','</a></td>') But it dont work and give me all source of pages...how can i grabb only numbers of Kbps ?? Hi! Edited February 13, 2010 by AuToItItAlIaNlOv3R
Chefito Posted February 13, 2010 Posted February 13, 2010 _StringBetween ($filetoread,'href="anrdomlinkofsite">','</a></td>') Saludos.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now