I have a table with a column that I want to filter on using multiple regex possible statements that I have in a second table.
So table 1 has roughly 1100 rows with data that looks like this:
I have a second table with the total 2154 total possible regex statements:
So return anything in the raw data (Table 1) that matches one of the 2154 regex statements. Was thinking variable and loops but can’t seem to make anything work. Any help would be appreciated.