Displaying page
of
 pages;
Items  to 
    
    
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^(\d{4}-){3}\d{4}$|^(\d{4} ){3}\d{4}$|^\d{16}$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Used to validate Credit Card numbers, Checks if it contains 16 numbers in groups of 4 separated by -, ,or nothing 
                     | 
                
                
                    | 
                        Matches | 
                    
                         1111-2323-2312-3434 | 1234343425262837 | 1111 2323 2312 3434 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         1111 2323 2312-3434 | 34323423 | 1111-2323-23122-3434 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Sachin Bhatt
                        
                     | 
                
            
        
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^([a-zA-Z '-]+)$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Check if the text is a valid firstname or lastname.It allows Characters,'- and space only 
                     | 
                
                
                    | 
                        Matches | 
                    
                         Sachin Bhatt | D'Souza | Ul-Haq 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         sac2hin | sc*& | sac)in 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Sachin Bhatt
                        
                     | 
                
            
        
    
        
        
   Displaying page
of
 pages;
Items  to