{"ScriptPreparationCode":"regexp = new RegExp(/([0-9]\u002B|.{2})/g)\r\nlengthRegexp = new RegExp(/[^0-9]/g)\r\ntestString = \u002799ee\u0027","TestCases":[{"Name":"match","Code":"const matches = regexp.test(testString)","IsDeferred":false},{"Name":"length","Code":"const matches = testString.replace(lengthRegexp, \u0027\u0027).length || testString.length \u003E 1","IsDeferred":false}]}