Skip to content

Miscellaneous functions

Jip Claassens edited this page Jul 13, 2023 · 14 revisions

Miscellaneous functions are functions not categorized in the other function groups.

  • regex_match - boolean data item indicating if the source data item matches the syntax expressed by the syntax argument
  • regex_search - string data item with a substring of the source argument that meets the searchsyntax argument.
  • regex_replace - string data item in which the substrings of the source argument that meet the syntax argument are replaced by the newvalues argument.
  • rnd_uniform - data item with pseudo random values
  • rnd_permutation - random permutation of the index numbers of domainunit argument
  • subitem - reference to the subitem of a parent item
Clone this wiki locally