cppureA basic profanity filter written in C++Include the header file and compile cppure.cpp#include "cppure.h" Load a wordlistcppure::load_wordlist("wordlist.txt"); Cleanse a stringauto cleansed = cppure::cleanse("badword");