Applies to version: 2016.1; Author: Szymon Patacz When registering workflow instances, it might be beneficial to make sure that certain data is always saved in the same format and adheres to a specific standard, regardless of who is entering the data. We can force users to save information like postal codes and bank account numbers […]
Tag: expression
Using regular expressions
Applies to version 8.1.x; Author Maciej JarzÄ™bkowski Brief introduction to RegEx Regular expressions (RegEx for short) are a very precise way of filtering various types of documents. They are often used in scripts and for filtering logs, as well as for selecting multiple values from a list. Searching for regular expressions is often much faster […]