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