Remove the first occurrence of substring from the given str.
str1
{String}
str2
returns
{{ remove_first str1 str2 }}
{{ remove_first 'hello' 'l' }}