rfc:str_contains

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:str_contains [2020/02/17 11:59] philipptarfc:str_contains [2020/02/17 12:01] philippta
Line 35: Line 35:
 str_contains("abc", "a"); // true str_contains("abc", "a"); // true
 str_contains("abc", "d"); // false str_contains("abc", "d"); // false
 +
 +// $needle is an empty string
 +str_contains("abc", ""); // true
 +str_contains("", ""); // true
 </code> </code>
  
rfc/str_contains.txt · Last modified: 2020/08/01 23:41 by carusogabriel