Sort Utilities

Overview

Contains three Custom Functions that allow you to sort an array (decimal, integer or text) either in ascending or descending order (based on the second parameter; a boolean).

  • sortdecimalarray(decimalArray, isDescendingOrder)
  • sortintegerarray(integerArray, isDescendingOrder)
  • sorttextarray(stringArray, isDescendingOrder)
Anonymous
  • Hi Eduardo, we have used this plugin in our application. In light of the recent discovery of vulnerabilities with log4j2, we would like to know if this plugin uses the affected version Log4j2, and if yes, would you release an updated version of this plugin to counter the exploit of vulnerability?