stripos()
for Case-Insensitive Substring Searchstripos()
for Case-Insensitive Substring SearchThe stripos()
function finds the position of the first occurrence of a case-insensitive substring in a string. This is useful for searching text without regard to case.