Help for this page

Select Code to Download


  1. or download this
    $_ = "INSERT INTO TABLENAME VALUES ('bunch o'f text','another text','a
    +not'cool'her text')";
    
    ...
    sub fix {
        $_[0]=~s~(?<!\\)'~\\'~g;$_[0]
    }
    
  2. or download this
    INSERT INTO TABLENAME VALUES ('bunch o',f text','another text')
    
  3. or download this
    INSERT INTO TABLENAME VALUES ('bunch o')f text','another text')