Text Formatters are bots that know how to replace words in a text.
For example:
- Bots contain text template in the form: "Hello <<name>>!".
- '<<name>>' is a text variable, and will appear as input in the Easybots' editor.
- if 'name' = "World", the result text will be "Hello World!".
These bots are very useful when sharing solutions with other users, where the user needs to change only some words in long text..