# Text functions

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