How to check if a string contains a specific word? Admin March 10, 2020 To check if a particular/specific word is present in the given string or not, PHP has provided an inbuilt strpos() function. Syntax:- s... Continue Reading