I am creating some kind of social platform that people have to pay to use it. I am supposed to not allow anyone to write their email address, social media account username (e.g. Instagram username) or their phone number).
Scanning every single profile update manually will be a cumbersome and costly operation so I am thinking of a way to find and remove such contact details, at least to some extent.
I have used regext to find the @ character but that will not really work as users can easily ignore the @ character!
Is there a library that I can use for this porpuse?
Just like @Robert Harvey noted, it's a pretty hopeless task.
Some recommendations you can use: