Remove certain words from a column

(imported topic written by SystemAdmin)

I’ve implemented some relevance that will list all locally attached printers.

The problem is that it also shows virtual printers (things like Adobe Acrobat, PrimoPDF, etc).

Is there a way to remove certain words from a result, perhaps in the analysis relevance?

This is my relevance:

names of keys of key 
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers" of registry

This is the result:

A: Adobe PDF

A: HP LaserJet 4050 Series PCL

A: LightningFAX

A: Microsoft Office Live Meeting 2007 Document Writer

A: Microsoft XPS Document Writer

A: Send To OneNote 2007

I would like to remove the striked out ones above.

Thanks,

(imported comment written by NoahSalzman)

names whose (it does not contain 
"Microsoft XPS" and it does not contain 
"Adobe PDF" and it does not contain 
"OneNote") of keys of key 
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers" of registry

(imported comment written by SystemAdmin)

Fantastic! Thank you!