Skip to content
ZhreShold edited this page Sep 15, 2015 · 2 revisions

Format functions

Format functions are designed to deal with strings.

You will find functions to:

  • Trim whitespaces
  • Split/join strings(python split(), join())
  • wildcard matching( ., *.jpg, a?c == abc)
  • Replace substring
  • convert utf-8 to utf-16, utf-32 back and forth
  • etc...

Full list in documentation.