I'm looking to replace every thing except text between two string in php example: Watch Sidney's video
i want to replace "Watch 's video" with nothing and just keep "Sidney"
need to be in this format preg_replace("regex code", "replace with", input text)