# toLowerCase

Este tipo de helper permite mutar un `String` convirtiendo todo texto a minúsculas.

{% hint style="info" %}
Debes considerar que el valor a mutar debe ser un `String`, de lo contrario se retornará un error de formato.
{% endhint %}

#### Datos de ejemplo

```json
{ "name": "John Doe" }
```

## Ejemplos de uso

```handlebars
{{toLowerCase name}}
// Output: john doe
```


---

# 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.videsk.io/es-developers/webhooks/helpers/tolowercase.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.
