Hello,

I have a textarea where users allowed provide some text. But should not allow any kind of contact details in the textarea.

if anyone provide the emails or telephone numbers(UK), I need to filter it out and save.

We cannot fully control this, but most of the email or telephone similar should want to be filter out.

I am using ASP.

any code to check in javascript or serverside(asp)

thank you,