"I am a string" -match '\bstr' # true "I am a string" -replace 'a\b','no' # I am no string