# Text functions

- [CHAR](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/char.md): Returns a Unicode character based on its number.
- [CODE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/code.md): Returns the Unicode value of a character.
- [CREATEMEMBER](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/createmember.md): Returns a value containing two texts - the display text and a hidden text.
- [FIND](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/find.md): Returns the position of a text within another text.
- [HIDDENTEXT](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/hiddentext.md): Returns the hidden text of a member value.
- [HTMLTOJSONTEXT](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/htmltojsontext.md): Converts a HTML text to a JSON text which can be assigned to formatted text widgets.
- [LEFT](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/left.md): Returns the first n characters of a text.
- [LEN](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/len.md): Returns the number of characters in a text.
- [LOWER](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/lower.md): Returns a specified text in lower case.
- [MID](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/mid.md): Returns a segment of a text.
- [RIGHT](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/right.md)
- [SUBSTITUTE](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/substitute.md): Replaces sub-texts in a text.
- [TEXT](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/text.md): Converts a value into value type “text”.
- [TRIM](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/trim.md): Removes leading and trailing spaces from a text.
- [UPPER](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/upper.md): Returns a specified text in upper case.


---

# Agent Instructions: 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:

```
GET https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
