Detect a pattern in a string, ignoring case

string_detect(str, pattern)

Arguments

str

String to search

pattern

Pattern to look for

Value

Logical indicating whether or not the pattern was found