ColdFusion , REGEX - Given TEXT, find all items contained in SPANs
        Posted  
        
            by nobosh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nobosh
        
        
        
        Published on 2010-03-10T04:44:08Z
        Indexed on 
            2010/03/12
            4:57 UTC
        
        
        Read the original article
        Hit count: 237
        
coldfusion
|regex
I'm looking to learn how to create a REGEX in Coldfusion that will scan through a large item of html text and create a list of items.
The items I want are contained between the following
<span class="findme">The Goods</span>
Thanks for any tips to get this going.
© Stack Overflow or respective owner