Displaying page
of
 pages;
Items  to 
    
    
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^([0-9a-fA-F])*$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Expression validating a hex string of any length. 
                     | 
                
                
                    | 
                        Matches | 
                    
                         1E3 | 82E5AAA4 | 01ff 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         1g3 | 4Z | 01x 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Cliff Wagner
                        
                     | 
                
            
        
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^([0-1])*$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Expression validating a Binary string of any length 
                     | 
                
                
                    | 
                        Matches | 
                    
                         10101000 | 01010000 | 100000001 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         01000200 | 00021000 | e10000000 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Cliff Wagner
                        
                     | 
                
            
        
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^([0-7])*$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Expression validating a octal string of any length. 
                     | 
                
                
                    | 
                        Matches | 
                    
                         1357 | 445005 | 101 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         900508 | 7FFF | 599D 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Cliff Wagner
                        
                     | 
                
            
        
            
            
        
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^([0-9a-fA-F]){8}$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Hex number/string validation method for the Electronic Serial Number(ESN) used in Cellular Phone products. 
                     | 
                
                
                    | 
                        Matches | 
                    
                         8ECCA04F | 82E5AAA4 | 82e5aaa4 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         8ECCAOF | 82E5AA4 | 82e5aaa45 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Cliff Wagner
                        
                     | 
                
            
        
    
        
        
   Displaying page
of
 pages;
Items  to