Function group string

Function group has those functions and groups:

  • Function env - Get enviornment variable.
  • Function concat - Concat all string arguments.
  • Function head - Extract a string header.
  • Function tail - Extract a string tail.
  • Function split - Split the string into array of strings.
  • Function base63_decode - Decode a BASE64 string and try to convert to a string using UTF8.
  • Group parse_and_stringify - Function to parse from a string or to convert an object into a string
    • Function stringify - Return the JSON represantation of the object.
    • Function parse - Parse a string into JSON value.
    • Function parse_selection - Parse a string into a new selection.
  • Group regex - Regular expression functions
    • Function match - Return true if the first string argument match the second regular expression argument.
    • Function extract_regex_group - Return the capture group within the string.

Use additional help with a function name to see more details about the function.