{"ScriptPreparationCode":"var str = \u0027foo bar baz\u0027;\r\nvar capstr = \u0027Foo bar baz\u0027;\r\nvar noop = Function.prototype;","TestCases":[{"Name":"character index","Code":"if (str.charAt(0).toUpperCase() \u002B str.slice(1) === capstr) noop();","IsDeferred":false},{"Name":"charAt()","Code":"if (str.replace(/^\\w/, c =\u003E c.toUpperCase()) === capstr) noop();","IsDeferred":false}]}