랭킹으로 돌아가기
A compiled-away, type-safe, readable RegExp alternative
regexptypescriptregexregular-expressionhacktoberfest
주요 지표
스타 성장
스타
4.3k
포크
73
주간 성장
—
이슈
25
2k3k4k
2022년 7월2023년 3월2023년 11월2024년 7월2025년 3월2025년 11월2026년 7월
아티팩트npm
npm install magic-regexpREADME
🦄 magic-regexp
A compiled-away, type-safe, readable RegExp alternative
Features
- Runtime is zero-dependency and ultra-minimal
- Ships with transform to compile to pure RegExp
- Automatically typed capture groups
- Natural language syntax
- Generated RegExp displays on hover
💻 Development
- Clone this repository
- Enable Corepack using
corepack enable(usenpm i -g corepackfor Node.js < 16.10) - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
Similar packages
License
Made with ❤️
Published under MIT License.
관련 저장소