# Text formatting functions

| NAME        | DESCRIPTION                                                                                                          |
| ----------- | -------------------------------------------------------------------------------------------------------------------- |
| CONCATENATE | Concatenates two or more text strings into one string                                                                |
| HYPERLINK   | Returns hyperlinked text which will navigate to a given URL                                                          |
| LEFT        | Extracts text from the left of the value up to the number of characters specified                                    |
| LOWER       | Converts a text string into lowercase                                                                                |
| MID         | Extracts text from the mid of a string from the position provided up to the number of characters specified in length |
| PROPER      | Converts the first character of a text string into uppercase                                                         |
| REPLACE     | Replaces an input text string with a given value                                                                     |
| REPT        | Repeats a given text string a specified number of times                                                              |
| RIGHT       | Extracts text from the right of the value up to the number of characters specified                                   |
| TEXT        | Formats the value to the given format string                                                                         |
| TRIM        | Removes leading and trailing spaces                                                                                  |
| UPPER       | Converts a text string into uppercase                                                                                |
| VALUE       | Converts a text string that represents a number to a number                                                          |

*This section is being updated. Some formulas and functions may not be currently available in the visuals or the docs. We appreciate your understanding and patience as we work to provide comprehensive information about these formulas and functions.*


---

# 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.inforiver.com/editable/formula-and-functions/text-formatting-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.
