New: REGEX Formula Functions

Hello all!

We have recently launched some exciting new additions to our formula column type with 3 new Regex (regular expression) functions:

  • REGEX_MATCH (string, regex)
  • REGEX_EXTRACT (string, regex)
  • REGEX_REPLACE (string, regex, replacement)

Note: Stackby’s regex functions are implemented using the RE2 regular expression library.

We will add some of the use-cases for the formula function below.

You can also check out Stack Overflow on highly rated regex functions and how you can use it here. You can work with your text data in amazing ways using regex’s.