<?php $str = "WordPress"; if (str_starts_with($str, "Word")) echo "Found!"; if (str_starts_with($str, "word")) echo "Not found!";
You have javascript disabled. You will not be able to edit any code.