Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniraannu/regex-tutorial
https://github.com/aniraannu/regex-tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aniraannu/regex-tutorial
- Owner: aniraannu
- Created: 2024-08-21T19:34:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T21:25:16.000Z (5 months ago)
- Last Synced: 2024-08-22T22:55:36.846Z (5 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Science for JavaScript: Regex Tutorial
A tutorial that explains how a specific regular expression, or regex, functions by breaking down each part of the expression and describing what it does.
## Description
In this published GitHub gist I am explaining the regex for matching emails using Regex.What is a Regex? It is a short name of Regular Expression. Essentially it is a search pattern used to find, replace or validate user input. This tutorial will go through each part of the expression and will describe what it does to use in matching an email address.For the record I did not come up with this regex pattern myself. I will be using this regex pattern as a teaching example. By breakdown this regex down character for character I will be able to show you the different parts and pieces of a regex.## Getting Started
You can access the GitHub gist using the following link:
[GitHub-gist-link](https://github.com/aniraannu/regex-tutorial)### Dependencies
* None
### Installing
* None
### Executing program
* Github link: [GitHub-regex-tutorial](https://github.com/aniraannu/regex-tutorial)
* The Github gist can be forked from the following Github link:
[GitHub-regex-tutorial](https://gist.github.com/aniraannu/1ecdb82794bf6c2508f92395ba4782ce)## Help
NA
## Authors
Contributors names and contact info
Anira Raveendran
[@aniraannu](https://github.com/aniraannu)## Version History
* 0.1
* Initial Release## License
None
## Acknowledgments
Inspiration, code snippets, etc.
* [dbader](https://github.com/dbader/readme-template)