{"ScriptPreparationCode":"var regex = \u0027^.*\\.(jpg|JPG|gif|GIF|doc|DOC|pdf|PDF)$\u0027;\r\nvar string = \u0027.html\u0027\r\nvar stringToCheck = \u0027/home/ashwin/code/webcrafters/drip-stream/drip-stream-fe/build/index.html\u0027;\r\n\r\nvar result = null;","TestCases":[{"Name":".endsWith","Code":"result = stringToCheck.endsWith(string);","IsDeferred":false},{"Name":"regex","Code":"result = /^.*.(html)$/.test(\u0022/home/ashwin/code/webcrafters/drip-stream/drip-stream-fe/build/index.html\u0022);","IsDeferred":false}]}