mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Allow space in cgrconsole for string
This commit is contained in:
committed by
Dan Christian Bogos
parent
67acc3916c
commit
66ff798faf
@@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
lineR = regexp.MustCompile(`(\w+)\s*=\s*(\[.+?\]|.+?)(?:\s+|$)`)
|
||||
lineR = regexp.MustCompile(`(\w+)\s*=\s*(\[.+?\]|\".+?\"|.+?)(?:\s+|$)`)
|
||||
jsonR = regexp.MustCompile(`"(\w+)":(\[.+?\]|.+?)[,|}]`)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user