我正在使用Meteor.js
并正在使用他们的Spacebars Template system。系统不允许我使用JavaScript的replace
功能。我在这做错了什么?
{{#each this.PDFs}}
<h5>{{this.replace(/\+(.*)$/,'')}}</h5><li class="pdf-document"><a href="{{file this}}" target="{{this}}" class="icon-document"></a></li>
{{/each}}