替换字符串中首次出现的子字符串为指定的字符串。
str1
{String}
str2
returns
{{ replace_first str1 str2 }}
{{ replace_first 'hello' 'l' 'm' }}