Filter table rows by substring

Hi…

I feel like this should be super simple, but somehow I can’t seem to figure out how to do it. I have a simple table. I click on ‘Add Filter’ and I would like to only see rows where Column ‘Foo’ has the substring ‘bar’ in it.

What is the right way to do this? I feel like I should be able to use RegexMatch (string, regex)… but how do I reference the current row correctly as ‘string’ in the first parameter?

thank you
dan

Ok, nevermind… Foo.RegexMatch(“bar”)… which, I swear, wasn’t working… :stuck_out_tongue: