| Title | 
                
                    Test
                    Find
                    
                    Link Text and URL from anchor
                 | 
            
            
                | Expression | 
                <a.+?href\=(?<link>.+?)(?=[>\s]).*?>(?<lnkText>.+?)</a>  | 
            
            
                | Description | 
                Captures an html anchors URL and Link Text.  Could be used to clean up formatting of links in an html document.  | 
            
            
                | Matches | 
                <a href=http://capturedLink target=blah>captured Text</a>|<a class="blah" href="http://capturedLink" target="blah">captured Text</a>  | 
            
            
                | Non-Matches | 
                Any other html tags  | 
            
            
                | Author | 
                
                    Rating:
                        
Not yet rated.
                    Ariel Merrell
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       |