remove_first
功能說明
只移除第一個出現的目標子字串。
語法
{{ 字串 | remove_first: "目標字串" }}
範例
{{ "apple, apple, orange" | remove_first: "apple" }}
, apple, orange
Updated 21 days ago
功能說明
只移除第一個出現的目標子字串。
語法
{{ 字串 | remove_first: "目標字串" }}
範例
{{ "apple, apple, orange" | remove_first: "apple" }}
, apple, orange
Updated 21 days ago