PigLatin Help
The PigLatin processor is a sample that demonstrates how a TBWiki
processor can easily convert block content into some other format. In this
case, the processor takes the contents of the block and converts all the
words into Pig Latin (the rules for which I will not describe here).
Processor arguments: None
Example usage:
{{{#!PigLatin
Sentence to be converted to Pig Latin
}} }
Back to page: System_Info