Regex: Skip/Ignore pattern
        Posted  
        
            by cwall
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cwall
        
        
        
        Published on 2010-04-22T23:11:19Z
        Indexed on 
            2010/04/22
            23:13 UTC
        
        
        Read the original article
        Hit count: 377
        
regex
Given that the following string is embedded in text, how can I extract the whole line but not matching on the inner "<" and ">"?
<test type="yippie<innertext>" />
© Stack Overflow or respective owner