Is it possible to search for the non-existence of a string with a JavaScript regex? For example, show rows that do not contain the string "5aac49de-fc98-4239-8ad1-abf9291dc13c?"
I want to to be able to hide rows in a table that come from a specific author/source which is a GUID in one of the columns.
Thanks!
Jeff