Skip to content

aardvarkk/cppure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppure

A basic profanity filter written in C++

Include the header file and compile cppure.cpp

#include "cppure.h"

Load a wordlist

cppure::load_wordlist("wordlist.txt");

Cleanse a string

auto cleansed = cppure::cleanse("badword");

About

A basic profanity filter written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published