https://github.com/shahriyardx/shahriyardx-regex
https://github.com/shahriyardx/shahriyardx-regex
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahriyardx/shahriyardx-regex
- Owner: shahriyardx
- Created: 2024-04-20T15:34:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T15:38:24.000Z (about 1 year ago)
- Last Synced: 2025-02-15T04:43:58.665Z (4 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("[email protected]") # true
```All functions:
- isEmail(text: string)
- isURL(text: string)
- isDomain(text: string)