Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anthonygore/codehike-php-clean-up-text

Codehike PHP lesson - Cleaning up text in PHP
https://github.com/anthonygore/codehike-php-clean-up-text

Last synced: 14 days ago
JSON representation

Codehike PHP lesson - Cleaning up text in PHP

Awesome Lists containing this project

README

        

Codehike: Cleaning up text in PHP
=================================

A Codehike lesson that demonstrates to a user how to clean up text in PHP.

The user will learn how to:

1. Remove HTML tags
2. Remove extra whitespace between words
3. Correctly capitalise the first word of each sentence, lowercase all other letters

A great lesson for those interested in web scraping.