[REGEX] Find and replace not working?

Im trying to mask a text with find and replace using regex matching every character to replace with another character. Similar to a password ***** mask

but nothing changes? what im doing wrong here?

Regex in bubble is very picky, try a different expression.

any tips? im not a pro at regex, i need to get all letters of type a-Z (whole word basicly)


Just use “.” (dot) in regex pattern

1 Like

Thank you so much :slight_smile:

1 Like

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