Summary
The REGEXP_EXTRACT_ALL function in BigQuery allows extraction of information based on a pattern in a string, returning an array of all matching occurrences. A regex debugger such as regex101 can be used to establish the pattern. However, the function only works with a single regex capture group, preventing simultaneous matching of multiple patterns.