Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add not.word helper input #282

Merged
merged 3 commits into from
Mar 30, 2023
Merged

Conversation

didavid61202
Copy link
Collaborator

Update

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

Usage

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

Resolve

resolve #232

  • add/update tests
  • update docs (added at initial commit)

@vercel
Copy link

vercel bot commented Mar 30, 2023

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
Copy link

what-the-diff bot commented Mar 30, 2023

PR Summary

  • Added a new input to the object
    This update introduces a new input field for the object, improving its functionality.
  • Updated tests for the change
    The tests have been modified to accommodate the new input, ensuring its proper implementation and performance.

@vercel
Copy link

vercel bot commented Mar 30, 2023

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)

@danielroe danielroe merged commit c73c2ed into unjs:main Mar 30, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

not.word is not defined
2 participants