Word filter

  • Thread starter Thread starter Louie Warren
  • Start date Start date
L

Louie Warren

I have a classified database. I want to sanitize it and
move to an unclassified system. I need to check data,
forms, etc. for occurances of words and phrases that would
make it classified. Is there a tool out there that does
that, or do I need to manually go through everything?
Thanx!
 
It is fairly easy to develop such a utility. You need a table (known as a
stop list) which contains all the words and phrases you want to mark or
eliminate. Then loop through the stop list and use the Replace function on
the text.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top