Skip to content
#

php-exercise

Here are 6 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Feb 24, 2022
  • PHP

Improve this page

Add a description, image, and links to the php-exercise topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the php-exercise topic, visit your repo's landing page and select "manage topics."

Learn more