RFC: Add str_starts_with() and str_ends_with() functions
Project Governance
Author
Will Hudgins
Target
8.0
str_starts_with checks if a string begins with another string and returns a boolean value (true/false) whether it does.
str_ends_with checks if a string ends w...