Python BeautifulSoup Parse String
        Posted  
        
            by 
                user1159901
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1159901
        
        
        
        Published on 2012-04-13T23:25:58Z
        Indexed on 
            2012/04/13
            23:29 UTC
        
        
        Read the original article
        Hit count: 161
        
python
string = '
onchange="_Pd.passAttr(this.value,'size','p0_v0_bd');">
                    Select
                    </option>
                            size 6
                    </option>
                            size 7
                    </option>
                            size 9
                    </option>
'
I want to extract a list [size 6, size 7, size 8]. How to do and thanks!
© Stack Overflow or respective owner