E-mail Address Masking #173
Replies: 2 comments 2 replies
-
+1 |
Beta Was this translation helpful? Give feedback.
-
Ugh. Ok. I'm in the same situation. I can't believe I'm doing this... but @Vasek18, I've modified your self-proclaimed "sick" solution, allowing for a few other legal addresses and capping at the (possible) maximum email address length of 64 characters of "local" and 256 characters of "domain". Avert your eyes. I need a better solution.
NOTE: I can never get this to register as "completed" unless every optional character is present and the character NOTE2: it doesn't catch tricky situations like doubled |
Beta Was this translation helpful? Give feedback.
-
I've reviewed all of the online examples I can put my hands on. Search SO specifically for results and tested a variety of ways to try and do an email address mask.
It's the @ symbol that I'm having a hard time with. Here's what I've tried:
v-maska data-maska="ZAZ.Z" data-maska-tokens="Z:\w:multiple|A:[@@]"
The double @@ is because this is within an ASP.NET Razor View.
Any help would be appreciated.
Thanks,
Jeff
Beta Was this translation helpful? Give feedback.
All reactions