https://multiplefilemaker.com/
regular expression find and replace

How do you replace a string? What is regex replace?

regular expression find and replace
How do you replace a string?

"Use the ""word boundary"" expression \b . Perhaps something as simple as this will do: (.*)\bFoo\b(.*). FYI, the word boundary expression \b is a zero-width match ..."