{"ScriptPreparationCode":"var lookFor = \u0022planet\u0022;\r\nvar text = \u0022Hello planet earth, you are a great planet\u0022;","TestCases":[{"Name":"length is match plus length","Code":"(text.length === (text.lastIndexOf(lookFor)\u002BlookFor.length))","IsDeferred":false},{"Name":"slice","Code":"(text.slice(-lookFor.length) === lookFor)","IsDeferred":false}]}