# LTrim

Removes leading spaces from the beginning of a given string.

### Usage

```
LTrim(text)
```

**text** (required)- A string or column where each row contains a string.

### Example

```
LTrim(" John Doe ")
```

* Returns  “John Doe "
* Spaces on the right side are not removed

```
[LTrim of Names] = LTrim([Names])
```

* Returns:

<figure><img src="https://files.readme.io/54c645f-mceclip0_3.png" alt=""><figcaption></figcaption></figure>


---

# 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://support.meetuma.ai/uma-knowledgebase/data-and-reporting/analytics-pro/functions/text-functions/ltrim.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.
