$numberSeparator

Separates the thousands in a number.

Usage

$numberSeparator[number;(optional) customSeparator]

Breakdown

  • number - The number to apply the separator to.
  • customSeparator - The separator between each thousand. Default is ,. Optional.

Example

$nomention
$numberSeparator[5000]

image