[e2pdf-format-number]

A shortcode wrapper is applied to modify the number output of the shortcode or field slug.

Basic Attributes #

    • decimal - Sets the number of decimal digits.
    • dec_point - Sets the separator for the decimal point.
    • thousands_sep - Sets the thousands separator.
  • Apply format to the the each seaparted string exploded by separator:
    • explode - Separator to split the string.
    • implode - Separator to merge the string.