HMTL to Plain Text Computed column [message #735965] |
Thu, 13 October 2011 04:48  |
Eclipse User |
|
|
|
I'm trying to configure a computed column to convert the value of a field in html plain text. So far I have not succeeded. Do you have any that may help?
thanks
|
|
|
|
|
Re: HMTL to Plain Text Computed column [message #741421 is a reply to message #736115] |
Wed, 19 October 2011 10:08  |
Eclipse User |
|
|
|
Hello,
I'm doing some tests with this computed column but I can not work. Can you check where the error may be?
thanks
regExp = new RegExp ("<[^>]+>","gi");
row["summary"].replace(regExp,"").replace(""","").replace("á","á").replace("é","é").replace("í","í").replace("ú","ú").replace("ó","ó").replace(" "," ");
|
|
|
Powered by
FUDForum. Page generated in 0.04004 seconds