| Title | 
                
                    Test
                    Find
                    
                    Capture Text between style tags
                 | 
            
            
                | Expression | 
                <style.*?>(?<StyledText>.*)<\s*?/\s*?style.*?>  | 
            
            
                | Description | 
                A blogger needed a regex to capture the text between style tags.    | 
            
            
                | Matches | 
                <style class="blah">Captures Me</style>  | 
            
            
                | Non-Matches | 
                Will not capture the style tag itself  | 
            
            
                | Author | 
                
                    Rating:
                        
Not yet rated.
                    Ariel Merrell
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       |