Actions
Task #97438
closedFavor new string functions over strpos
Start date:
2022-04-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Sprint Focus:
Description
PHP 8 gives us the new str_starts_with(), str_ends_with(), and str_contains(), which can replace most strpos() usages. There's even a CS toggle to favor those. Let's use it.
Actions