replaceAll not working as expected
Hi,
I have a variable
FooBar: this is first line
this is second line
this is thrird line
@String.replaceAll(.FooBar,"\r\n"," ")
I expect output: this is first line this is second line this is thrird line
but still get
this is first line
this is second line
this is thrird line
Appreciate any clues why is this behaving this way. Thanks in advance.
Background: upgraded from 6.2 to 7.1.9
***Updated by moderator: Vidyaranjan | Included Categories