(imported topic written by SystemAdmin)
We have a request from one of our users to query the value names under a specific registry key, looking for the following Unicode characters if they are surrounded by ASCII characters:
0E20
0F20
2A20
2B20
2D20
2E20
2C20
Ignoring the “surrounded by ASCII characters” part I have not been able to get the Unicode values to trigger properly using regex. Is this because I am doing this wrong, or does Bigfix or Windows convert the Unicode characters to ASCII prior to the relevance even executing? Some examples of what I have tried:
number of matches (regex ".
\u202E.
") of
names of values of key “HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache” of registry
number of matches (regex ".
\x{202E}.
") of
names of values of key “HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache” of registry