Replacing letters with symbols

There is an old joke, “I had a problem, and I tried to solve it with regex… …now I have two problems”
:grin:

You could use the text box change event to check using pure python, similar to what I did here for a solution to a question I didn’t even understand.

3 Likes