The replacement string replaces the matched portion of the searched-for string, not the whole string being scanned. Because of this your pattern must match everything you want replaced. For example, include a .* at the end to match.
This screen capture shows what I mean.
|