1. Home
  2. Docs
  3. Personalization
  4. Reference

Reference

  • <$eval$> syntax
  • Intrinsic functions
  • The <$BlogConnect$> tag
  • String comparison functions
    • contains
    • notcontains
    • startswith
    • endswith
    • notstartswith
    • notendswith.
  • String manipulation functions
    • left
    • right
    • mid
    • find
    • replace
    • replacefirst
    • replacelast
    • substr
    • remove
    • removefirst
    • removelast
    • reverse
    • reversefind
    • truncate
    • truncatewords
    • uppercase
    • lowercase
    • titlecase
    • propercase
    • sentencecase
    • length
    • trim
    • trimright
    • trimleft
  • Math functions
    • Integer vs floating point
    • abs
    • floor
    • ceil
    • round
    • min
    • max
    • money
    • commaformat
  • Hashing and (de)coding
    • MD5
    • SHA1
    • SHA256
    • Base64
    • Base64Decode
  • Date and time functions
    • now
    • dateformat
    • dateformatutc
  • JSON array functions and operators:
    • split
    • join
    • length
    • []

Articles