从给定的字符串中移除首次出现的子字符串。
str1
{String}
str2
returns
{{ remove_first str1 str2 }}
{{ remove_first 'hello' 'l' }}