2023:Pattern Match (Value Extractor)

From Grooper Wiki
Revision as of 17:14, 11 January 2023 by Dsmith (talk | contribs) (Created page with "<blockquote>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.</blockquote> == About ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

About