I am attempting to filter a table for any records containing characters which fall between Ascii code 128 and 255.
In a Tester, the regex [^\\x00-\\x7F] correctly identifies matches (copied & pasted from an Inspector) in the ‘Test String’ box. However, when I run the full table through it, all records fail.
This seems like a bug. Or am I just missing something about Regex in a Tester?