Black Ops III

IsSubStr

Returns true/false if <substring> is a substring of <string>. Case sensitive.

Example:

has_str = IsSubStr( "my_string", "str" )