Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anthonygore/codehike-php-clean-up-text
- Owner: anthonygore
- Created: 2015-12-15T04:27:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T10:14:25.000Z (about 9 years ago)
- Last Synced: 2024-10-28T00:45:38.883Z (about 2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 lettersA great lesson for those interested in web scraping.