Function group nas_compare

Number As String comparison functions. Function group has those functions and groups:

  • Function "=" - Compare two string as numbers and return true if both are equals.
  • Function "!=" - Compare two number as strings and return true if both are not equals.
  • Function ">" - Compare two numbers as string and return true if the first is greater than the second.
  • Function "<" - Compare two numbers as string and return true if the first is smaller than the second.
  • Function ">=" - Compare two numbers and string and return true if the first is greater or eqauls than the second.
  • Function "<=" - Compare two numbers and string and return true if the first is smaller or eqauls than the second.
  • Function "sort_by" - Sort a list using number as strings.

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