{"ScriptPreparationCode":"var string = \u0022Hallward glanced round him with a puzzled expression. The room looked as if it had not been lived in for years. A faded Flemish tapestry, a curtained picture, an old Italian cassone, and an almost empty book-case--that was all that it seemed to contain, {{besides}} a chair and a table. As Dorian Gray was lighting a half-burned candle that was standing on the {{mantelshelf}}, he saw that the whole place was covered with dust and that the carpet was in holes. A mouse ran scuffling behind the wainscoting. There was a damp odour of mildew.\u0022;\r\nvar regex = /{{/g;","TestCases":[{"Name":"RegEx.test","Code":"regex.test(string);","IsDeferred":false},{"Name":"String.includes","Code":"string.includes(\u0022{{\u0022);","IsDeferred":false},{"Name":"String.match","Code":"string.match(\u0022{{\u0022);","IsDeferred":false},{"Name":"String.matchAll","Code":"string.matchAll(regex);","IsDeferred":false},{"Name":"String.indexOf","Code":"string.indexOf(\u0022{{\u0022) \u003E -1;","IsDeferred":false}]}