Help for this page

Select Code to Download


  1. or download this
      DB<26> x q(It's\ )
    0  'It\'s\\ '
    ...
    
      DB<29> x quotemeta q(It's\x)
    0  'It\\\'s\\\\x'
    
  2. or download this
      DB<37> dd quotemeta q(It's\x\\)
    "It\\'s\\\\x\\\\"