ElCanut@jlai.lu to Programmer Humor@programming.dev · 1 month agoAsking the real questionsjlai.luimagemessage-square219fedilinkarrow-up11.14Karrow-down112
arrow-up11.13Karrow-down1imageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 1 month agomessage-square219fedilink
minus-squareNomeckslinkfedilinkarrow-up1·edit-21 month agoSure, but if you don’t escape the \ then you likely won’t even be able to get the name into the first system. You need the name to contain \n so that it gets passed correctly to other systems, otherwise his name may wind up just being “John” .
Sure, but if you don’t escape the \ then you likely won’t even be able to get the name into the first system. You need the name to contain \n so that it gets passed correctly to other systems, otherwise his name may wind up just being “John” .