-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Predefined Regex Masks: Add Whitespace Filter & Placeholder to IPv4 and IPv6 #4048
Conversation
Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks
Codecov Report
@@ Coverage Diff @@
## dev #4048 +/- ##
==========================================
- Coverage 91.13% 91.11% -0.02%
==========================================
Files 351 351
Lines 11625 11617 -8
==========================================
- Hits 10594 10585 -9
- Misses 1031 1032 +1
Continue to review full report at Codecov.
|
@henon Can we get this in the next release. I am wanting to get these changes in my next release so I don't have a workaround being published. |
Looking good |
…nd IPv6 (MudBlazor#4048) * add Email RegexMask * corrected line spacing * regex optimization * Added Tests for WhiteSpace to IPv4, IPv6 and Email Mask Tests Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks Co-authored-by: John Cutburth <john.cutburth@cerner.com>
…nd IPv6 (MudBlazor#4048) * add Email RegexMask * corrected line spacing * regex optimization * Added Tests for WhiteSpace to IPv4, IPv6 and Email Mask Tests Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks Co-authored-by: John Cutburth <john.cutburth@cerner.com>
…nd IPv6 (MudBlazor#4048) * add Email RegexMask * corrected line spacing * regex optimization * Added Tests for WhiteSpace to IPv4, IPv6 and Email Mask Tests Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks Co-authored-by: John Cutburth <john.cutburth@cerner.com>
…nd IPv6 (MudBlazor#4048) * add Email RegexMask * corrected line spacing * regex optimization * Added Tests for WhiteSpace to IPv4, IPv6 and Email Mask Tests Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks Co-authored-by: John Cutburth <john.cutburth@cerner.com>
…nd IPv6 (MudBlazor#4048) * add Email RegexMask * corrected line spacing * regex optimization * Added Tests for WhiteSpace to IPv4, IPv6 and Email Mask Tests Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks Co-authored-by: John Cutburth <john.cutburth@cerner.com>
…nd IPv6 (MudBlazor#4048) * add Email RegexMask * corrected line spacing * regex optimization * Added Tests for WhiteSpace to IPv4, IPv6 and Email Mask Tests Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks Co-authored-by: John Cutburth <john.cutburth@cerner.com>
…nd IPv6 (MudBlazor#4048) * add Email RegexMask * corrected line spacing * regex optimization * Added Tests for WhiteSpace to IPv4, IPv6 and Email Mask Tests Added custom masking character to IPv4 and IPv6 Masks Added WhiteSpaceFilter to IPv4, IPv6 and Email Masks Co-authored-by: John Cutburth <john.cutburth@cerner.com>
Description
Added Whitespace Filter to Predefined Regex Masks & added custom masking to IPv4 and IPv6.
resolves #4046
How Has This Been Tested?
Added Unit test to cover all changes.
Types of changes
Checklist:
dev
).