# Text functions

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