Tyler,
Perfect. Worked like a charm.
Just to show the syntax change. Here is the snippet from Help where it is a Pipe to use Replace.
Return a copy of the value with all occurrences of a substring replaced with a new one. The first argument is the substring that should be replaced, the second is the replacement string. If the optional third argument count is given, only the first count occurrences are replaced:
{{ "Hello World"|replace("Hello", "Goodbye") }}
output: Goodbye World
Thanks again!
------------------------------
Don Larson
------------------------------