Your Ad Here

Posted By

krisdb on 03/09/07


Tagged

ASP


Versions (?)

StripSingleQuote


 / Published in: ASP
 

  1. function StripSingleQuote(str)
  2. if len(str) > 0 then _
  3. StripSingleQuote = replace(str,"'","''")
  4. end function

Report this snippet  

You need to login to post a comment.