04-05-2025, 08:41 AM
Thank you for your answer!
Actually, I know how to use escape characters and character codes in regular expressions.
Still, this one doesn't work for me.
For example, i need to transform "[65]: example string" into "[ 65]: example string".
"[65]" substring is not character code for 'A' in this case, it's just a text string.
The question remains to be answered:
How do I change "[65]: example string" into "[ 65]: example string" using regular expressions?
Actually, I know how to use escape characters and character codes in regular expressions.
Still, this one doesn't work for me.
For example, i need to transform "[65]: example string" into "[ 65]: example string".
"[65]" substring is not character code for 'A' in this case, it's just a text string.
The question remains to be answered:
How do I change "[65]: example string" into "[ 65]: example string" using regular expressions?