/php-badwords

This project is a test for censoring words in a paragraph using PHP. It takes a paragraph as input, prints it and its length, then takes a word to censor from the user via GET parameter and replaces all occurrences of that word with three asterisks (***). Finally, it prints the censored paragraph and its length.

Primary LanguagePHP

This repository is not active