将字符串内的任何子字符串实例替换为给定的字符串。
str1
{String}
str2
returns
{{ removeFirst str1 str2 }}
{{ replace 'hello' 'l' 'm' }}