{"ScriptPreparationCode":"var REGEX = /abcdef/","TestCases":[{"Name":"RegEx.test()","Code":"REGEX.test(\u0027This is a sample text that should work.\u0027);REGEX.lastIndex=0;","IsDeferred":false},{"Name":"String.search()","Code":"\u0027This is a sample text that should work.\u0027.search(REGEX)","IsDeferred":false}]}