Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

Is it possible to search for the non-existence of a string with a JavaScript regex?

  •  02-26-2010, 4:55 AM

    Is it possible to search for the non-existence of a string with a JavaScript regex?

    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

View Complete Thread