String

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

Really what I want to do is create a function that takes a
string and replaces characters with other characters.
For instance...

turns: N-45/2*3
into: N4523

in other words, it substitues Null for all the funky
characters

i want to write a function i can call within a query. any
help would be appreciated. someone already said
the "regex" function, but I don't know the sytax
 
Back
Top