sylvia_iot_corelib

Module strings

Source
Expand description

String libraries.

Functionsยง

  • To transfer hex address string to 128-bit integer.
  • To check if the account is valid.
  • To check if the (unit/application/network) code is valid.
  • To check if the (client) scope is valid.
  • To check if the (redirect) URI is valid.
  • To hash the password.
  • To generate item ID in [timestamp-milliseconds]-[random-alphanumeric] format.
  • To generate hex-string item ID using random_id and additional hash.
  • To generate random alphanumeric string with the specified length.
  • To convert time to RFC 3339 format with milliseconds precision (YYYY-MM-DDThh:mm:ss.SSSZ).
  • To generate hex address string with the specified length (hex string length).