ASP - Sacar Comillas


/ Published in: ASP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function comillas(ByVal cadena)
  2. dim limpiar
  3. limpiar = replace(""&cadena,"'","´")
  4. limpiar = replace(limpiar,"""","´")
  5. comillas= limpiar
  6. end function

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.