{"ScriptPreparationCode":"const testString = \u00221234-56\u0022;\r\n\r\nconst splitRegExp = /^(\\d{4})(?:-\\d{1,2})?/;","TestCases":[{"Name":"RegExp","Code":"testString.replace(splitRegExp, \u0022$1\u0022);","IsDeferred":false},{"Name":"Split","Code":"testString.split(\u0022-\u0022)[0];","IsDeferred":false}]}