May I ask about @?
I didn’t find @ in Regex reference books, dose it xbench only?
PowserSearch : Off
Source : Regular Expression
“((#|%|&|‘|*|-|/|@|[|]|_|{|}|¡|«|-|·|»|¿)$)=1”
Target : Regular Expression
-“@1$”
May I ask about @?
I didn’t find @ in Regex reference books, dose it xbench only?
PowserSearch : Off
Source : Regular Expression
“((#|%|&|‘|*|-|/|@|[|]|_|{|}|¡|«|-|·|»|¿)$)=1”
Target : Regular Expression
-“@1$”
As far as i know the whole expression in the source is set to “=1” and in target you can search for exactly that by using @1 or searching if it does not exist in target by using -“@1”.
That’s right!
Thank you Burim