The includes method determines whether a string contains the characters of a specified string.
System.Boolean includes( searchvalue, start);
searchvalue
String to search for.
start
[Optional] Index position to start the search. Default 0.
Returns Value True if the string contains the value, False otherwise.
Member of string.