Easy way to replace text

Hi Bubblers

I’m trying to achieve the following and not sure how I do it. I was wondering if anyone can help.

A user in my app submits a form and in that form is a text box called details which saves to the data base .

Some times users type in that box peoples names and email address also phone numbers from time to time.

I need to find a way to replace those identifiable bits of info with dummy data or remove it altogether.

Any ideas on how to do this so I do not have to do it manually.

Kind regards

Tim Garrett

Do you know regex? Not an easy task but regex is the most likely candidate. Learning curve is steep though.

1 Like

Yup. Regex or ai

https://www.regular-expressions.info/email.html

Here’s a start ^^

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.