Checks if a string starts with a certain character/string
Checks if a string starts with a certain character or string
if startsWith($string, "test") { // do this code }
Last updated 4 years ago
Was this helpful?