Skip to content
English
  • There are no suggestions because the search field is empty.

ESCAPESTYLE Operation

How to use the ESCAPESTYLE operation in formulas

Definition

The ESCAPESTYLE operation removes all styling elements from a text.

Example

ESCAPESTYLE("<script>alert(‘Hello’)</script><b style="color: red">Hello World</b>")

Result:
<script>alert(‘Hello’)</script><b>Hello World</b>

Syntax Guide

ESCAPESTYLE(text)

text - The text string to remove styling elements from