I have a php blog,
In the blog a user can enter {split}
where they wish the content to be split for snippets etc.
Then, in the smarty template, if I want to display the pull post I just use {$content|replace:'{split}':''}
But the other one I want to be able to do is have the content finish at {split}
Something like {$content|stop_at:'{split}'|strip_tags}
Is there a modifier that exists that implements something like this?