Find Specific Word in String

[Regex]::Matches($string, '(?:^|\b)words(?:$|\b)')
Details
Example