Qore Util Module Reference  1.8
Util Module

Util Module Introduction

The Util module provides some generally-useful routines that are more suitable for writing in Qore than in C++.

To use this module, use "%requires Util" in your code.

All the public symbols in the module are defined in the Util namespace

Functions:

Release Notes

Util 1.8

Util 1.7

Util 1.6.2

  • fixed a bug in parse_to_qore_value() with floats and numbers with trailing zeros (issue 4349)

Util 1.6.1

  • fixed a bug in parse_memory_size() with numbers larger than 9 (issue 4198)

Util 1.6

Util 1.5.1

  • fixed bugs in EVAL= expressions in parse_to_qore_value() where expressions that evaluated to integer 0 or floating-point values were returned as NOTHING (issue 3851)
  • added the get_file_from_url() function

Util 1.5

  • added the get_file_from_url() function

Util 1.4.1

Util 1.4

Util 1.3

Util 1.2

Util 1.1

Util 1.0

  • the initial version of the Util module