-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check strings for escaped regex #70
Comments
Hi Anders, I do not know exactly what you mean. JSON does not know regexes. Do you think Best regards, Kiwi Am 22.04.2016 um 20:26 schrieb Anders Bälter:
|
{
"var" : "^.*\\d+§"
} escaped regex in strings like this. |
I think there would be a lot of cases where a regex in a string would be very hard to tell apart from a regular string, and vice versa. A better solution may be the ability to invoke the diagram manually (via a keyboard shortcut or menu command) in which case it could evaluate a string literal as regex. |
Agree |
Would be nice if strings where unescaped and checked for regex type.
e.g. regex in json string.
The text was updated successfully, but these errors were encountered: