contains


Description:

public static bool contains (string? s, string? substr)

Returns whether substr is included in the s.

Parameters:

s

The string to be searched

substr

Search keyword

Returns:

true: substr is included, false substr is not included.