| Title | Test
                    Find
                    
                    Pattern Title | 
            
                | Expression | <[a-zA-Z][^>]*\son\w+=(\w+|'[^']*'|"[^"]*")[^>]*> | 
            
                | Description | Find HTML tags that have javascript events attached to them. | 
            
                | Matches | <IMG onmouseover="window.close()"> | 
            
                | Non-Matches | <IMG src="star.gif"> | 
            
                | Author | Rating:
                        
Not yet rated.
                    Lewis Moten | 
            
                | Source |  | 
            
              | Your Rating |  | 
        
    
 
    
    
     
        
                
	                Title: How to match ( Parentheses character?
	                Name: Hector G
	                Date: 1/10/2011 5:15:55 PM
	                Comment: 
Hey, This is wonderful regex. I just have a question, I need to match the parentheses character only, to check for something like: "return function(param1,param2,param3)", how do I check for the both parantheses "()" character? I tried \\( and \\) but didn't work.
It works with \\p[Punct] but that includes all punctuation characters and I only need parentheses characters.
Thanks
                
                
            
                
	                Title: Question
	                Name: bizbiz
	                Date: 3/31/2005 2:23:42 PM
	                Comment: 
Do you write a regular expression who find also things like that :
<img src="javascript:[code]">
                
                
            
                
	                Title: Sorry
	                Name: Joe Compeau
	                Date: 12/13/2003 2:20:48 PM
	                Comment: 
Sorry, yes it does actually, I guess you need to have the Regex Option to ignore pattern white spaces
                
                
            
                
	                Title: This doesnt work..
	                Name: Joe Compeau
	                Date: 12/13/2003 2:17:15 PM
	                Comment: 
This doesnt work..