String.Contains
Skip to content
mnscript
bool String.Contains(string, string) 

Description ​

Looks for a substring within the first string

Arguments ​

string - The string
string - The substring to look for

Returns ​

bool - True if the segment exists in the string