1
0
mirror of https://github.com/salexdv/bsl_console.git synced 2024-11-24 08:33:29 +02:00

Корректировка регулярного выражения для определения параметров запроса

This commit is contained in:
salexdv 2020-09-30 21:17:55 +03:00
parent 030f9a1423
commit 7bf039e2bd

View File

@ -1455,7 +1455,7 @@ class bslHelper {
if (this.lastRawExpression.startsWith('&')) {
const matches = this.model.findMatches('&(.*?)[\\b\\s\\n,]', true, true, false, null, true)
const matches = this.model.findMatches('&(.*?)[\\s\\n,]', true, true, false, null, true)
for (let idx = 0; idx < matches.length; idx++) {