我如何在birt报告中使用regexp并替换

时间:2015-06-03 10:25:10

标签: birt

当我使用birt时,我的带有sql查询的数据包含许多html标签,比如

[quote][/quote]
 [img][/img]

,我更喜欢用regexp替换它,但我不能成功, 我打印

<VALUE-OF>row["content"].replace(/\[\/?[a-z]*\W*\w*]/gi, "")</VALUE-OF>
<编辑文本项目中的

, 我也用

在表达中写了【数据条带】
dataSetRow["content"].replace(new RegExp("/[\[]\/?\W*]/g","ig"),"")
它失败了,我不知道 enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

我使用了错误的方法,右边是replaceAll()