yippeee!!
<CFSET str_MyVar = REReplace(str_MyVar, "[^a-zA-Z0-9\*]", "", "ALL")>
hmm, not sure if the backslash is necessary there, but it should work
anyway.
Let us know,
Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork
-----Original Message-----
From: wai-leng [mailto:[EMAIL PROTECTED]]
With regards to rereplace everything except 1-9 and alpha.. is it poss
to exclude for example * from that list so that it will not be replaced.
<CFSET str_MyVar = REReplace(str_MyVar, "[^a-zA-Z0-9]", "", "ALL")>
IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee. It is confidential and may contain legally privileged
information. No confidentiality or privilege is waived or lost by any
mistaken transmission to you. If you receive this e-mail in error, please
immediately delete it from your system and notify the sender. You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient. The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]