| Title | 
                
                    Test
                    Find
                    
                    Pattern Title
                 | 
            
            
                | Expression | 
                ^(?<assembly>[\w\.]+)(,\s?Version=(?<version>\d+\.\d+\.\d+\.\d+))?(,\s?Culture=(?<culture>\w+))?(,\s?PublicKeyToken=(?<token>\w+))?$  | 
            
            
                | Description | 
                Matches .NET assembly names, and captures named groups for easy parsing and constructing of an AssemblyName object. 
Captured groups are: assembly, version, culture and token.  | 
            
            
                | Matches | 
                mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 | My.Assembly  | 
            
            
                | Non-Matches | 
                My Assembly | My.Assembly, Blah | My.Assembly, 1.0  | 
            
            
                | Author | 
                
                    Rating:
                        
Not yet rated.
                    Daniel Cazzulino
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       |