Skip to content

Conversation

@vincentaudebert
Copy link
Contributor

@vincentaudebert vincentaudebert commented Aug 9, 2023

Rename few regex and camelcase all of them for more consistency. Also creates alphanumDashUnderscoreDots

Here is the full list of changes:

  • alphaLower -> alphaLowercase
  • alphanumdash -> alphanumDash
  • alphanumdashdots -> alphanumDashDots
  • alphanumdashdotsorempty -> alphanumDashDotsOrEmpty
  • alphanumdashdotsspaces -> alphanumDashDotsSpaces
  • alphanumdashunderscore -> alphanumDashUnderscore
  • alphanumdashunderscoredotsspacesparenthesis -> alphanumDashUnderscoreDotsSpacesParenthesis
  • alphanumdashorempty -> alphanumDashOrEmpty
  • alphanumdashspaces -> alphanumDashSpaces
  • alphanumdots -> alphanumDots
  • alphanumdashLowercase -> alphanumDashLowercase
  • alphanumSpacesDotsUnderscoreDash -> alphanumDashUnderscoreDotsSpaces
  • alphanumUnderscoreDash -> alphanumDashUnderscore
  • alphanumUnderscoreDollarDash -> alphanumDashUnderscoreDollar

@vincentaudebert vincentaudebert added the enhancement New feature or request label Aug 9, 2023
@vincentaudebert vincentaudebert self-assigned this Aug 9, 2023
@changeset-bot
Copy link

changeset-bot bot commented Aug 9, 2023

🦋 Changeset detected

Latest commit: 043f711

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@scaleway/regex Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #1442 (043f711) into main (79c4aa3) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1442   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files          26       26           
  Lines         689      689           
  Branches       97       97           
=======================================
  Hits          680      680           
  Misses          1        1           
  Partials        8        8           
Files Changed Coverage Δ
packages/regex/src/index.ts 100.00% <100.00%> (ø)

@vincentaudebert vincentaudebert merged commit c39764e into main Aug 9, 2023
@vincentaudebert vincentaudebert deleted the fix/regex branch August 9, 2023 12:12
@github-actions github-actions bot mentioned this pull request Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants