Modifier: remove_left
Ensures that the string never begins with a specified string.
YAML
twitter: @statamic
Template
<a href="http://twitter.com/{{ twitter | remove_left:@ }}">Twitter</a>
Output
<a href="http://twitter.com/statamic">Twitter</a>
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.