Problem with chr() and Linux?

2006-11-29 Thread Markus Weber
Hi guys, i have the following simple code: À Á á ý ò ë Ç sTmpMailContent = Replace(sTmpMailContent,chr(192),'À','all'); sTmpMailContent = Replace(sTmpMailContent,chr(193),'Á','all'); #sTmpMailContent#

Replace content between tags (REReplaceNoCase)

2006-12-05 Thread Markus Weber
Hello guys, i have a problem with the following regex: REReplaceNoCase(inputxml,"]*>(.*)<\/text>","") The regex should replace the tag with all the content inside (even other tags). It works fine if only one ... is in the whole string. But if theres a second or a third the replace works wrong