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

RegexMask: add predefined Email mask #4018

Merged
merged 3 commits into from
Feb 24, 2022
Merged

RegexMask: add predefined Email mask #4018

merged 3 commits into from
Feb 24, 2022

Conversation

jcphlux
Copy link
Contributor

@jcphlux jcphlux commented Feb 22, 2022

Description

Add a predefined Email RegexMask.
Also cleaned up the other predefined RegexMask.
This is a mask discussed in #3937

How Has This Been Tested?

Created new unit test in RegexMaskEmailTests.cs

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #4018 (ab7af02) into dev (6406f7c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #4018   +/-   ##
=======================================
  Coverage   91.12%   91.12%           
=======================================
  Files         351      351           
  Lines       11617    11622    +5     
=======================================
+ Hits        10586    10591    +5     
  Misses       1031     1031           
Impacted Files Coverage Δ
...rc/MudBlazor/Utilities/MaskAlgorithms/RegexMask.cs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6406f7c...ab7af02. Read the comment docs.

@JonBunator JonBunator added enhancement New feature or request needs review labels Feb 22, 2022
@henon henon changed the title add predefined Email RegexMask RegexMask: add predefined Email mask Feb 24, 2022
@henon henon merged commit 7e9141f into MudBlazor:dev Feb 24, 2022
@henon
Copy link
Collaborator

henon commented Feb 24, 2022

Thanks a lot! The Regex is a work of art again ;)

@henon henon added this to the 6.0.7 milestone Feb 24, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
* add Email RegexMask

* corrected line spacing

* regex optimization
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
* add Email RegexMask

* corrected line spacing

* regex optimization
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
* add Email RegexMask

* corrected line spacing

* regex optimization
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
* add Email RegexMask

* corrected line spacing

* regex optimization
3dots pushed a commit to 3dots/MudBlazor that referenced this pull request Mar 23, 2023
* add Email RegexMask

* corrected line spacing

* regex optimization
ferraridavide pushed a commit to ferraridavide/MudBlazor that referenced this pull request May 30, 2023
* add Email RegexMask

* corrected line spacing

* regex optimization
ilovepilav pushed a commit to ilovepilav/MudBlazor that referenced this pull request Nov 25, 2023
* add Email RegexMask

* corrected line spacing

* regex optimization
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.

3 participants