https://github.com/shahriyardx/shahriyardx-regex
https://github.com/shahriyardx/shahriyardx-regex
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahriyardx/shahriyardx-regex
- Owner: shahriyardx
- Created: 2024-04-20T15:34:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T15:38:24.000Z (over 1 year ago)
- Last Synced: 2025-02-15T04:43:58.665Z (10 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shahriyardx/regex
Checking string with regex made easy
```py
import { isEmail } from "@shahriyardx/regex"
isEmail("demo@example.com") # true
```
All functions:
- isEmail(text: string)
- isURL(text: string)
- isDomain(text: string)