I need to censor email addresses when a certain page is viewed so that the first letter is visible and the @ sign is visible, but the rest is censored using a * like the example below:
v********@*********
How would I go about doing this? I can't find any answers to this (or maybe I'm just not googling the right thing).