Link to home
Start Free TrialLog in
Avatar of pathcf
pathcf

asked on

regular expression

I am not able to replace the #char(10)##char(13)# with <P> regular expression. This is what I am using.
REReplace("mystring","#char(10)##char(13)#","<P>","ALL")#
Nothing happens whenever I output mystring again it gives me the same result.
This is very urgent.
ASKER CERTIFIED SOLUTION
Avatar of pinaldave
pinaldave
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
2) "#char(10)##char(13)#"
is correct but I am using "#ch(13)##ch(10)#"
try that also...
Regards,
---Pinal
Avatar of pathcf
pathcf

ASKER

pinaldave thank you for quick resonse. I know that much atleast to cover the output with cfoutput.
where can i find more info for char like this?
I will try and will tell you.
well, http://www.asciitable.com/ you can find more information.
Avatar of pathcf

ASKER

thank you. I think it works. Nice game with ascii.
well glad to help you...
which game of ascii ?
Regards,
---Pinal
Avatar of pathcf

ASKER

if you go to that ascii page you send me there is  a game on right side about clicking button.