Did you know #Microslop #Excel supports #PCRE?
I was trying to extract some strings from a cell (written by one of those people who think that Excel is is just "Word with lines") when I thought "ugh, I wish I could just use a #regex."
Then I noticed this. Unfortunately, the documentation doesn't explain much, so it took some time to figure out their weirdness; no delimiters, no modifiers, etc. That aside, it does support capture groups, so I was able to extract all the values with a single regex.
Pretty handy!
🍵 
