ZennoLab

Automate everything

User Tools

Site Tools


Sidebar

Translations of this page:

en:actions:text

Text processing



To prepare text for posting on forums and blogs or parse data from websites you can use soecial Text processing action. It allows to replace words in text, cut unnecessary symbols, parse text with regex, transliterate, take subsctring and many other operations.

The following operations with text are available:

  • Replace - replacing symbols in text
  • To variable - putting text to variable
  • To list - putting text to list
  • To table - putting text to table
  • To Upper - converting to uppercase symbols
  • To Lower - converting to lowercase symbols
  • Substring - taking substring from text containng certain number of symbols
  • Regex - parsing text using regular expressions
  • Spintax - synonimizing text for originality
  • To Char - converting numbers to symbols
  • To Trim - removing unnecessary symbols
  • Transliteration - transliterating symbols
  • Javascript - preparing text for javascript
  • Escape - escaping symbols

Extended spintax syntax

Extended syntax options:

  • {Red|White|Blue} — one word will be selected in output text, for example: «White»
  • [ Red| White| Blue] — words will be shuffled in output text, for example: «White Blue Red»
  • [+_+Red|White|Blue] — words will be shuffled in output text and separated with specified symbol, for example: «White_Red_Blue»

Templates nesting not limited (for example: [+{_|-}+Red|White|Blue {1|2}] = “White-Blue 2-Red”).

Special symbols can be escaped: [+\++Red|\[White\]|Blue] - output “[White]+Red+Blue”.

en/actions/text.txt · Last modified: 2016/06/29 14:31 by vladz