https://github.com/gift-stack/regex
Regex validation for some stuff. Saving here for reuseability.
https://github.com/gift-stack/regex
Last synced: 6 months ago
JSON representation
Regex validation for some stuff. Saving here for reuseability.
- Host: GitHub
- URL: https://github.com/gift-stack/regex
- Owner: Gift-Stack
- Created: 2021-08-19T10:00:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T10:08:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T00:45:59.164Z (over 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RegEx
###### This is a repo where I just come to dump some regular expression for some stuffs
### Phone number:
> ``` /^\+?\(?(\d{3})?\)?0?\d{10}$/ ```