Hello everyone,
I want to find and replace segments that contain an asterisk. I have enabled regular expressions and entered \* ([1-4]) : in the Find what field and *$1 in the Replace with field. However, it displayed the error message "parsing "*" - Quantifier (x,y) following nothing." It seemed the asterisk cannot be used as-is, without an escape character.
So, I tried \*$1, but the Find process worked while the word was replaced with a yen mark and an asterisk (\*), not just an astersk.
I submitted a ticket to a Support, and the representative suggested using (\*) (\d) : in the Find what field and $1$2 in the Replace with field. Of course it works, and I understad the logic -- but what I want to know is how to use an asterisk as an replacement character.
Could anyone help me understand why I cannot use an asterisk in the Replace with field, and what should I do instead?
Regards,
Removed AI Suggestion
[edited by: Ayaka Ito at 10:16 AM (GMT 0) on 5 Mar 2026]

Translate