mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-12 07:06:20 +07:00
19 lines
719 B
Markdown
19 lines
719 B
Markdown
---
|
|
title: Data transformation functions for strings
|
|
description: A reference document listing built-in convenience functions to support data transformation in expressions for strings.
|
|
contentType: reference
|
|
---
|
|
|
|
# Strings
|
|
|
|
A reference document listing built-in convenience functions to support data transformation in expressions for strings.
|
|
|
|
/// note | JavaScript in expressions
|
|
You can use any JavaScript in expressions. Refer to [Expressions](/code/expressions/) for more information.
|
|
///
|
|
[[% import "_macros/data-functions.html" as dataFunctions %]]
|
|
|
|
[[% for func in df_string %]]
|
|
[[ dataFunctions.dataFunctions("string", func.funcName, func.returns, func.description, func.args, func.examples ) ]]
|
|
[[% endfor %]]
|