Thank you Aryeh! Looking forward to knowing the answer.
I found this on https://perldoc.perl.org/perlretut: > \Q, \L, \l, \U, \u and \E are actually part of double-quotish syntax, and not part of regexp syntax proper. They will work if they appear in a regular expression embedded directly in a program, but not when contained in a string that is interpolated in a pattern. I'm not sure how to interpret this but maybe it will point your team in the right direction. Cheers On Tuesday, January 11, 2022 at 4:32:33 PM UTC+1 adsapi wrote: > Hi Stefano, > > In zshell this didn't create errors, but it didn't return the campaigns > requested: > > > --data '{ > "query": " > SELECT campaign.name FROM campaign WHERE campaign.name REGEXP_MATCH > '\''.*\Q[campaign][product2]\E.*'\'' " , "returnTotalResultsCount": true > }' > > When echoing in my shell (zshell) the correct regex showed. Let me bring > this up with my team. We will get back to you as soon as possible. > > Regards, > > [image: Google Logo] > Aryeh Baker > Google Ads API Team > > > ref:_00D1U1174p._5004Q2UiO2O:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/64a206b2-42c6-47b8-a4b5-a121f21eec9en%40googlegroups.com.
