Programmer's Guide > Interfaces > W3C DOMStringList interface > contains method
  
contains method
Test if a string is part of this DOMStringList.
contains(str )
Parameters
Stringstr
The string to look for.
Returns
booleantrue if the string has been found, false otherwise.