Help for this page

Select Code to Download


  1. or download this
        it's not a problem
    
  2. or download this
        SELECT * FROM foo WHERE bar LIKE 'it's not a problem'
    
  3. or download this
        SELECT * FROM foo WHERE bar LIKE 'it\'s not a problem'
    
  4. or download this
        SELECT * FROM foo WHERE bar LIKE 'it''s not a problem'
    
  5. or download this
        $str =~ s/'/''/g