remove_first

从一个字符串中仅仅删除第一次出现的另一个子字符串。

输入


{{ "I strained to see the train through the rain" | remove_first: "rain" }}

输出

I sted to see the train through the rain