profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

str~contains~()

Description

str~contains~()1 tells us if string contains other string.

Syntax

if (str_contains('Lululu I've got some apples, 'apples')) { /* … */ }

Footnotes