Description
strcontains()1 tells us if string contains other string.
Syntax
if (str_contains('Lululu I've got some apples, 'apples')) { /* … */ }
Nov 13, 20201 min read
strcontains()1 tells us if string contains other string.
if (str_contains('Lululu I've got some apples, 'apples')) { /* … */ }