ElCanut@jlai.lu to Programmer Humor@programming.dev · 3 days agoAsking the real questionsjlai.luimagemessage-square214fedilinkarrow-up11.13K
arrow-up11.13KimageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 3 days agomessage-square214fedilink
minus-squareNomecks@lemmy.calinkfedilinkarrow-up1·edit-22 days 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” .