Hello. I am having a little trouble extracting text from a string. The
string that I am dealing with is pasted below, and I want to extract
the prices that are contained in the string below. Thanks in advanced
for any and all help. Thank you.



<span class="sale">
                                        $14.99
                                </span>, <span class="sale">
                                        $27.99
                                </span>, <span class="sale">
                                        $66.99
                                </span>, <span class="sale">
                                        $129.99
                                </span>, <span class="sale">
                                        $254.99
                        </span>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to