str_contains()
Description
str_contains()[fn:rfc] tells us if string contains other string.
Syntax
if (str_contains(‘Lululu I’ve got some apples, ‘apples’)) { /* … */ }
str_contains()[fn:rfc] tells us if string contains other string.
if (str_contains(‘Lululu I’ve got some apples, ‘apples’)) { /* … */ }