E-mail Address Masking #173
Unanswered
windhandel
asked this question in
Q&A
Replies: 2 comments 2 replies
|
+1 |
1 reply
|
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 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions