According to the example in this ElasticSearch documentation page the following pattern matches values enclosed in double quotes:
"((?:\\"|[^"]|\\")*)"
Still I don't get the use of the second \\", which seems redundant. Any light?
According to the example in this ElasticSearch documentation page the following pattern matches values enclosed in double quotes:
"((?:\\"|[^"]|\\")*)"
Still I don't get the use of the second \\", which seems redundant. Any light?