How would you implement that operator? E.g: ``` select * from foo where name ~* 'baz'; ```
How would you implement that operator? E.g: