| 
  
           
            Checks
whether a given string contains a second given string.
            
            
             
            
            
             Syntax
                contains(string, string) 
            
             
            
            
             Parameters
            
             Two
string values separated by commas.
             
              contains
             
             checks
if the first string contains the second string.
             
            
             
            
            
             Returns
            
             A
Boolean value of
             
              True
             
             if the first parameter contains
the second parameter, otherwise
             
              False
             
             .
             
           |  |  |