2008 Mar 14 12:58 PM
Hi All,
How can i replace special characters like & with 'and' ,# with 'num' etc WITHOUT using replace all occurance of.IS there any other way to replace them ?
Regards,
Suba.
2008 Mar 14 2:02 PM
Hi,
Try using this function - it replaces strange characters:
SCP_REPLACE_STRANGE_CHARS
Kind Regards,
Brian Gonsales
2008 Mar 14 1:03 PM
Hi,
I guess replace all occurences is the simplest way to achieve this.
Regards,
Ramya
2008 Mar 14 2:02 PM
Hi,
Try using this function - it replaces strange characters:
SCP_REPLACE_STRANGE_CHARS
Kind Regards,
Brian Gonsales
2008 Mar 15 5:43 AM
2008 Mar 15 5:48 AM
the suggested function module replaces special characters like ñ,Í,ü,ú,á,é,ó etc with n,I,u,a,e,o.