<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_String](./rc-js-util._string.md) &gt; [concat2](./rc-js-util._string.concat2.md)

## \_String.concat2 property

Like concat but for only 2 parameters (yes it's dumb, but it can be a lot faster for lots of small joins).

**Signature:**

```typescript
static readonly concat2: typeof stringConcat2;
```

## Remarks

See [stringConcat2()](./rc-js-util.stringconcat2.md)<!-- -->.

