extract text from links and insert in new sorted
I开发者_开发问答 have a single html file that's updated and generated frequently. It's a list sorted by names and linked with html that contain numbers in the end like ...#835C or #717.
I would like to extract just the number (no letter) and insert it into a new html file sorted by the number but still linked with the original.
Can you help me make this chore an easy one, thanks?
Here is the file I shortened from the current count of 850. The upper half is original and the lower is what I'd like extracted as an example.
http://selvan777.tripod.com/test/rin.htm
Thanks, Selvan
精彩评论