magic-regexp icon indicating copy to clipboard operation
magic-regexp copied to clipboard

feat: add "between" input

Open alirezahematidev opened this issue 2 years ago • 4 comments

add between input that similarly works like before or after, but accepts two inputs that prepend and append these inputs before and after of the value. in summary it is play role of before and after in one method.

alirezahematidev avatar Feb 25 '23 07:02 alirezahematidev

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

@danielroe first needs to authorize it.

vercel[bot] avatar Feb 25 '23 07:02 vercel[bot]

  • Added a new method to the Input interface called between.
  • Implemented this function in createInput and added tests for it as well.

what-the-diff[bot] avatar Feb 25 '23 07:02 what-the-diff[bot]

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 Feb 25, 2023 at 7:35PM (UTC)

vercel[bot] avatar Feb 25 '23 19:02 vercel[bot]

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (726958b) compared to base (eec62e3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #220   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          462       472   +10     
  Branches        81        82    +1     
=========================================
+ Hits           462       472   +10     
Impacted Files Coverage Δ
src/core/internal.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Feb 25 '23 19:02 codecov-commenter