Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 267 Bytes

remove.md

File metadata and controls

17 lines (13 loc) · 267 Bytes
title
remove

{% since %}v1.9.1{% endsince %}

Removes every occurrence of the specified substring from a string.

Input

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

Output

I sted to see the t through the