Skip to content Skip to footer navigation
πŸ† Vote for your favorite CMS at the CMS Critic Awards! Voting ends Feb 28th.

Remove Left Modifier

Ensures that the string never begins with a specified string.

twitter: @statamic
<a href="http://twitter.com/{{ twitter | remove_left('@') }}">Twitter</a>
<a href="http://twitter.com/{{ Statamic::modify($twitter)->removeLeft('@') }}">Twitter</a>
<a href="http://twitter.com/statamic">Twitter</a>