Greetings! I'm sure this can be done with Phalcon fillters, but with Volt alone is it possible to trim out a specific character and all spaces from {{ foo }}?
For example, say we have the string Day: Today. Is it possible to get that in the form daytoday with Volt, stripping out the colon and all spaces?
I see we have {{ string|trim }} available but could not see a way to specify characters with it.