RFC: Add str_starts_with(), str_ends_with() and related functions
Project Governance
Author
Will Hudgins
PHP does not contain functions to test if a string begins or ends with a certain substring. This is currently possible using several other functions, but adding...