> For the complete documentation index, see [llms.txt](https://wfsys.gitbook.io/workflow-forms-syntax/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/values/string.md).

# String

## Шаблон String <a href="#template_string" id="template_string"></a>

```markup
<String>
  <Format>{0} - {1} - {2}</Format>
  <Items>
    <Item></Item>
    <Item></Item>
    <Item></Item>
  </Items>
</String>
```
