What’s new in 5.6.16
- Added
rxmatch{}
andrxsub{}
regular expression functions to Iguana’s standard string library. - Added the
S()
function to Iguana’s standard node library to convert node values to strings (removes the node module dependency). - Added the
split()
function to Iguana’s standard string library to split strings on a specified delimiter (removes the stringutil module dependency). - Added support for SQL Server’s XML, sqlvariant, and time data types when using the SQL Native Client ODBC driver.
- To see the complete list of changes, feel free to browse the Iguana change log