> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti.string.concat()

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

Concatenate measures together into a string.

* **Parameters:**
  * **measures** (*MeasureConvertible*) – The string measures to concatenate together.
  * **separator** ([*str*](https://docs.python.org/3/library/stdtypes.html#str)) – The separator to place between each measure value.
* **Return type:**
  *MeasureDefinition*
