atoti.string.concat module#

atoti.string.concat(*measures, separator='')#

Concatenate measures together into a string.

Parameters
  • measures (MeasureConvertible) – The string measures to concatenate together.

  • separator (str) – The separator to place between each measure value.

Return type

MeasureDescription