mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
305 B
305 B
id | title |
---|---|
01a0e800-3398-490b-bbb1-3abc80fb198c | str~contains~() |
Description
strcontains()1 tells us if string contains other string.
Syntax
if (str_contains('Lululu I've got some apples, 'apples')) { /* … */ }