> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions.md).

# Text functions

- [CHAR](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/char.md): Returns a Unicode character based on its number.
- [CODE](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/code.md): Returns the Unicode value of a character.
- [CREATEMEMBER](https://docs.nedyx.com/version-1.66/nedyx/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.66/nedyx/clearlines-functions/text-functions/find.md): Returns the position of a text within another text.
- [HASH](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/hash.md): Returns a hashed representation of a text.
- [HIDDENTEXT](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/hiddentext.md): Returns the hidden text of a member value.
- [HTMLTOJSONTEXT](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/htmltojsontext.md): Converts a HTML text to a JSON text which can be assigned to formatted text widgets.
- [JSONTEXTTOHTML](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/jsontexttohtml.md): Converts formatted text widget content to HTML markup.
- [LEFT](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/left.md): Returns the first n characters of a text.
- [LEN](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/len.md): Returns the number of characters in a text.
- [LOWER](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/lower.md): Returns a specified text in lower case.
- [MID](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/mid.md): Returns a segment of a text.
- [RIGHT](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/right.md)
- [SUBSTITUTE](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/substitute.md): Replaces sub-texts in a text.
- [TEXT](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/text.md): Converts a value into value type “text”.
- [TRIM](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/trim.md): Removes leading and trailing spaces from a text.
- [UPPER](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/upper.md): Returns a specified text in upper case.
