Subject: | Add support for a transformation routine |
A few of the quote functions could benefit from a filtering routine.
Examples:
* My next lightning talk will be called "flrbbbbb! rakkk!! zlonk!!!"
should actually be:
My next lightning talk will be called "Flrbbbbb! Rakkk!! Zlonk!!!"
using ucfirst
* You know, my favorite pornstar is definitely Joselyn_Pink.
should be
You know, my favorite pornstar is definitely Joselyn Pink.
using y/_/ /
So you could replace the current third argument with an optionnal
coderef to be used on the list returned by metaname().