2023:Pattern Match (Value Extractor)
Pattern Match is a type of data extraction that relies on regex. While it does not rely solely on regex for all data extraction (text pieces do not require regex), regex is especially useful in narrowing down the exact piece of data you want extracted.