·
1339 commits
to main
since this release
Major Changes
-
#1442
c39764eThanks @vincentaudebert! - 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