For the complete documentation index, see llms.txt. This page is also available as Markdown.

STRIPACCENTS

This page describes the STRIPACCENTS function in Lenses SQL.

STRIPACCENTS(expr)

Removes diacritics (approximately the same as accents) from an expression. The case will not be altered.

Available in:

Processors
SQL Studio

Sample code:

// Some code

Output:

// Some code

Last updated

Was this helpful?