Skip to main content
Version: 0.12

std

The tremor language standard library it provides the following modules:

  • array - functions to deal with arrays ([])
  • base64 - functions for base64 en and decoding
  • binary - functions to deal with binary data (<< 1, 2, 3 >>)
  • float - functions to deal with floating point numbers
  • integer - functions to deal with integer numbers
  • json - functions to deal with JSON
  • math - mathematical functions
  • path - path utility functions
  • random - random related functions
  • range - range related functions
  • re - functions handeling regular expressions
  • record - functions dealing with records ({})
  • string - functions dealing with strings
  • test - test related functions
  • time - time related functions
  • type - functions dealing with strings
  • url - url decoding/encoding functions
  • size - functions for converting size units