Hi guys!

I'm working on a Java project where i need to create a filter for filtering uploaded names.
The names are uploaded to the db from all over the world, so for-example, i don't want to blacklist a name like "Alassandra" which has "***" in it.

Would appreciate some guidance, help where to look at, or some algorithm tips for creating my type of filter?

Regards
Arvin