Three new string functions
Three long awaited string functions are finally added to PHP: str_contains
, str_starts_with
and str_ends_with
.
Links
- Front Line PHP: the book that explains all PHP 8 features and modern PHP in depth
-
The
str_contains
RFC -
The
str_starts_with
andstr_ends_wit
RFC