cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agoEscaping a string when passing through multiple toolslemmy.mlimagemessage-square9fedilinkarrow-up1192arrow-down10cross-posted to: [email protected]
arrow-up1192arrow-down1imageEscaping a string when passing through multiple toolslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square9fedilinkcross-posted to: [email protected]
minus-squarebobzrkr@sh.itjust.workslinkfedilinkarrow-up2·2 days agoI had to do this yesterday. First I tried ". Then \", finally \" worked. Which doesn’t make sense. But I’m not looking for answers, I’ve got more Jira tickets this sprint.
minus-squarebobzrkr@sh.itjust.workslinkfedilinkarrow-up4·edit-22 days agoLOL even here it gets me . I tried slash quote, slash slash slash quote, finally slash slash quote worked.
minus-squaresomeacnt@sh.itjust.workslinkfedilinkEnglisharrow-up3·2 days agoYou mean \", \\", and \\\" ?
I had to do this yesterday. First I tried ". Then \", finally \" worked. Which doesn’t make sense. But I’m not looking for answers, I’ve got more Jira tickets this sprint.
LOL even here it gets me . I tried slash quote, slash slash slash quote, finally slash slash quote worked.
You mean
\"
,\\"
, and\\\"
?