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