{"ScriptPreparationCode":"var REGEX_URL = /^https?:\\/\\//;","TestCases":[{"Name":"Regex Test","Code":"REGEX_URL.test(\u0022http://www.google.com?q=Georgi\u002BFacello\u0022)","IsDeferred":false},{"Name":"String match","Code":"\u0022http://www.google.com?q=Georgi\u002BFacello\u0022.match(REGEX_URL) != null","IsDeferred":false}]}