DEV Community

Discussion on: 11 Most Asked Questions About PHP

Collapse
 
mis0u profile image
Mickaël

And soon with php.8 :

str_contains('Hello world', 'world') :bool
str_starts_with('Hello world', 'world') : bool;
str_ends_with('Hello world', 'world') : bool;