> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions.md).

# Text Expressions

- [CSV](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/csv.md): Returns the nth item in the comma separated list.
- [Entry](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/entry.md): Returns an entry from a delimited list at the specified index.
- [Exists](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/exists.md): Returns a Boolean to indicate if the Databox value exists.
- [FieldMerge](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/fieldmerge.md): Returns a named item from a multi-value Databox (Keyfax version 4.4.8 and later).
- [RowMerge](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/rowmerge.md): Merges content from a multi-record-set databox result into a single string (Keyfax version 4.4.8 and later).
- [Index](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/index.md): Returns the index of the specified string within the Databox value.
- [IndexOf](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/indexof.md): Returns the location of one string within another for a Databox (Keyfax version 4.4.8 and later).
- [InList](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/inlist.md): Returns a Boolean to indicate if the specified string exists within the Databox value.
- [Item](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/item.md): Returns a named item from a multi-value Databox.
- [Len](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/len.md): Returns the number of characters held within the Databox value.
- [ListTidy](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/listtidy.md): Removes leading, trailing and duplicated occurrences of the given separator.
- [Lower](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/lower.md): Converts any uppercase characters to lowercase.
- [PadLeft](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/padleft.md): Insert a number of characters to the beginning of a string.
- [Replace](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/replace.md): Returns a string in which a specified sub-string has been replaced.
- [Row](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/row.md): Returns a specific row in a multi-record-set databox (Keyfax version 4.4.8 and later).
- [RowMerge](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/rowmerge-1.md): Returns a string in list format that contains all referenced data from a multi-record-set Databox (Keyfax version 4.4.8 and later).
- [SubStr](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/substr.md): Returns part of a string between two indexes.
- [Trim](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/trim.md): Trims (removes) the Databox value of any leading / trailing spaces.
- [Upper](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/upper.md): Converts all lower case characters to upper case characters within a Databox value.
- [WCase](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/wcase.md): Normalise the Databox value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
