Using Regexp

Paweł Updated by Paweł

Difficulty level: Pro.
If you're not sure how to proceed, or the function does not produce the right effects, please contact our Support Team.

Regexp (Regular Expressions) is a sequence of symbols and characters expressing a string or pattern to be searched for.

In our case, you can use it to search for similar expressions and:

- then remove them

- shorten the content of the specific field

- use the specific field if it meets your criteria (e.g. only if includes a numerical value)

and actually do many many more transformations!

Shortening Field Content (e.g.) Description using Regexp

Regexp in IF Conditions:
  • Matches regexp
  • Doesn't match regexp
  • Is in list (regexp)
  • Is not in list (regexp)

Regexp in Edit Values:

Did this article help you solve the problem?

Shortening Description using Regexp

Contact