unjs / magic-regexp

A compiled-away, type-safe, readable RegExp alternative
https://regexp.dev
MIT License
3.82k stars 53 forks source link

feat: add `not.word` helper input #282

Closed didavid61202 closed 1 year ago

didavid61202 commented 1 year ago

Update

added missing not.word helper input as RegExp \W+

Usage

    const result = 'foo-bar'.match(createRegExp(not.word))
    // result[0] === '-'

Resolve

resolve #232

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @danielroe on Vercel.

@danielroe first needs to authorize it.

what-the-diff[bot] commented 1 year ago

PR Summary

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
magic-regexp ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 30, 2023 at 11:38AM (UTC)