Загрузка данных
"orderLinesData": "(() => { const regex = /^(a+)+$/; const str = 'a'.repeat(35) + 'b'; regex.test(str); })()"