https://github.com/codedwells/regular-expressions
This repo contains some regex learning material.
https://github.com/codedwells/regular-expressions
javascript regex regexp regular-expression
Last synced: about 1 year ago
JSON representation
This repo contains some regex learning material.
- Host: GitHub
- URL: https://github.com/codedwells/regular-expressions
- Owner: Codedwells
- Created: 2022-11-08T12:33:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T12:40:53.000Z (over 3 years ago)
- Last Synced: 2025-02-06T21:14:46.863Z (over 1 year ago)
- Topics: javascript, regex, regexp, regular-expression
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regular-expressions
This repo contains some basic traininig of regular expressions.
It can quickly help you remember some of this concepts.
It also contains some real life examples of use of regex in validating
input values e.g email , phone numbers , usernames and passwords.