Generation

generate functionSat, 12 Nov 2022

If string contains

function contains($needle, $haystack) { return strpos($haystack, $needle) !== false; } contains("@", "hello@world.com")

Want to kickstart your project?Use the new AI Studio to create your code