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

https://github.com/derektypist/build-a-spam-filter

Learn Regular Expressions by Building a Spam Filter
https://github.com/derektypist/build-a-spam-filter

css3 freecodecamp-project html5 javascript regex

Last synced: about 2 months ago
JSON representation

Learn Regular Expressions by Building a Spam Filter

Awesome Lists containing this project

README

          

# Build A Spam Filter

Learn Regular Expressions by Building a Spam Filter.

## Technologies

Uses HTML5, CSS3 and JavaScript. Learn about capture groups, positive lookaheads, negative lookaheads, and other techniques to match desired text.

## Deployment

Deployed on [GitHub Pages](https://derektypist.github.io/build-a-spam-filter/) at the main branch.

## Credits

### Acknowledgements

[FreeCodeCamp - JavaScript Algorithms and Data Structures](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/)