Do i need to explain whitespaces in a regex pattern? If yes how to i do that? Suppose $str="some text goes here"; if i use regex /some (.*) (.*) here/is it wont return any result.