The pattern of 
                  		  
character-string matches with a similar character-string found anywhere in searched string. The following examples illustrate the matching
                  of a pattern located anywhere in the searched string. 
                  		
                  
                      
                        			  
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | Pattern | Searched String | Result | 
                         
                        			 
                         
                           				
                            
                              				  
                              | SALES | BSALES | Match | 
 
                           				
                            
                              				  
                              | SALES | SALESFIL | Match | 
 
                           				
                            
                              				  
                              | SALES | JSALESFL | Match | 
 
                           				
                            
                              				  
                              | SALES | SALEFL | No match | 
 
                           				
                            
                              				  
                              | SALES | salesfil | No match |