My goal is to create an angular filter that could be placed on a textarea or input such that when a user types text that matches a predefined regular expression, the text would be identified and replaced with a masked form of that text.
Is this possible using a filter? Or should I be approaching it differently? I'd provide what I've started, but it's so far off that I'm not sure it would help at all. Even a solid starting point and confirmation that I'm approaching this correctly (or not), would be helpful.