cm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 day agoEscaping a string when passing through multiple toolslemmy.mlimagemessage-square10fedilinkarrow-up1163arrow-down10cross-posted to: [email protected]
arrow-up1163arrow-down1imageEscaping a string when passing through multiple toolslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 day agomessage-square10fedilinkcross-posted to: [email protected]
minus-squarebobzrkr@sh.itjust.workslinkfedilinkarrow-up3·24 hours 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-224 hours 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·23 hours 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\\\"
?