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

# Python: StringConcat

> CDKTN Core API Reference for StringConcat in Python.

* *Implements:* <a href="#cdktn.IFragmentConcatenator">IFragmentConcatenator</a>

Converts all fragments to strings and concats those.

Drops 'undefined's.

## Initializers <a name="Initializers" id="cdktn.StringConcat.Initializer" />

```python theme={null}
import cdktn

cdktn.StringConcat()
```

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |

***

## Methods <a name="Methods" id="Methods" />

| **Name**                                                 | **Description**                |
| -------------------------------------------------------- | ------------------------------ |
| <code><a href="#cdktn.StringConcat.join">join</a></code> | Concatenates string fragments. |

***

### `join` <a name="join" id="cdktn.StringConcat.join" />

```python theme={null}
def join(
  left: typing.Any,
  right: typing.Any
) -> typing.Any
```

Concatenates string fragments.

#### `left`<sup>Required</sup> <a name="left" id="cdktn.StringConcat.join.parameter.left" />

* *Type:* typing.Any

***

#### `right`<sup>Required</sup> <a name="right" id="cdktn.StringConcat.join.parameter.right" />

* *Type:* typing.Any

***
