javascript - Best approach to remove special characters using ColdFusion and Microsoft SQL? -



javascript - Best approach to remove special characters using ColdFusion and Microsoft SQL? -

i want remove special characters (",/{}etc.) input field beingness saved string db.

what best approach?

should check tackled js, coldfusion or microsoft sql - maybe three?

how go coding using coldfusion or microsoft sql?

you mean not alphanumeric?

i'd utilize rereplace in info layer.

<cfqueryparam cfsqltype="cf_sql_varchar" value="#rereplace(myvar,"[^0-9a-za-z ]","","all")#" />

update: changed include "space".

javascript sql coldfusion

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -