Define STRCMP_CONTAINS¶ Defined in File Shell.hpp Define Documentation¶ STRCMP_CONTAINS(expected, actual)¶[source] Fail if actual does not contain the substring expected. See also STRCMP_CONTAINS_TEXT Parameters: expected – Substring that must be present. actual – String to search within.