79129336

Date: 2024-10-26 19:44:17
Score: 4.5
Natty:
Report link

I just needed to implement this in my code: thank you @mklement0 -

Also, to avoid false positives, use ... -replace ('\b' + [regex]::Escape($oldString) + '\b'), $replacements[$oldString]

It all works now. Thanks!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @mklement0
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ryane Helder