mirror of
https://github.com/salexdv/bsl_console.git
synced 2024-11-24 08:33:29 +02:00
Корректировка регулярного выражения для определения параметров запроса
This commit is contained in:
parent
030f9a1423
commit
7bf039e2bd
@ -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++) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user