remove_first
Removes only the first occurrence of the specified substring from a string
Input
-
{{ 'sea shells by the sea shore' | remove_first: 'sea ' }}
Output
-
shells by the sea shore
Removes only the first occurrence of the specified substring from a string
{{ 'sea shells by the sea shore' | remove_first: 'sea ' }}
shells by the sea shore