Skip to content

A compiled-away, type-safe, readable RegExp alternative

License

Notifications You must be signed in to change notification settings

danielroe/unjs-magic-regexp

This branch is 10 commits ahead of, 192 commits behind unjs/magic-regexp:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f12dc2d Β· Feb 4, 2025
Feb 4, 2025
Dec 18, 2024
Mar 7, 2024
Mar 28, 2024
Mar 7, 2024
Dec 18, 2024
May 27, 2024
Jul 16, 2022
Mar 22, 2024
Dec 3, 2022
May 19, 2024
Jul 16, 2022
Jul 16, 2022
Oct 4, 2024
Mar 7, 2024
May 27, 2024
May 5, 2023
Mar 7, 2024
Mar 7, 2024
Dec 18, 2024
Dec 18, 2024
Mar 7, 2024
Jul 16, 2022
Sep 21, 2024
Mar 7, 2024
Jul 17, 2022
Mar 7, 2024
Mar 22, 2024

Repository files navigation

πŸ¦„ magic-regexp

npm version npm downloads Github Actions Codecov Bundlephobia

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

πŸ“–  Read more

πŸ’» Development

  • Clone this repository
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

Similar packages

License

Made with ❀️

Published under MIT License.

About

A compiled-away, type-safe, readable RegExp alternative

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.9%
  • JavaScript 3.1%