Dear Community
I notice that on a replacement string \. or . ,both work the same.For example:
Regex expression: (.*)@nono\.com
I can use replacement string: 1234@yesyes\.com OR 1234@yesyes.com
both will lead to same results.
If initial string is 1234...