escape sequences - Printable Version +- Curl Global Community (https://communities.curl.com) +-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1) +--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2) +--- Thread: escape sequences (/showthread.php?tid=345) |
escape sequences - RobertShiplett - 11-16-2011 The documentation lists escape sequences for a number of characters but not for the array access index operation characters '[' and ']' when in practice these should be escaped within text just as should parens and braces with a {text } or a {paragraph }. Should this be added to the documentation? Is it there but I have missed it? Thanks RE: escape sequences - c-s - 11-16-2011 Howso? The following work fine: {text text[[[[]]]])()()())(()()())} |