I'm confused on a number of issues.

First, I don't know what characters you're referring to.  But that's
tangental, anyway.

Second, I don't know why you need a regular _expression_.  You could just
use a regular replace for each one:
string = replace(string, chr(123), chr(456), 'all')
where 123 and 456 represent the ascii values of the characters you have
and you want, respectively.

--Ben

dave wrote:

> i have 3 damn chr's that r giving me fits trying to remove from an output string.
> they are getting there from copy & paste from a mac
>
> the 3 chr's are
> em ~ needs to be a '
> fs ~ needs to be "
> gs ~ ""
>
> can i do it all in 1 calling or do i need 3?
> i been trying both but not working
>
> tia
>
> dave
>
>  
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to