Learn

remove_left

Removes a string from the beginning of a string, if present.

Sample Usage

---
title: Our Big Family
---

{{ title|remove_left:Our }}

This will return Big Family.

Note: the v1 modifier parser does not accept whitespace.

Parameters

This modifier has no parameters.

This article was last updated on March 30th, 2016. Find an error? Please let us know!