source:
frontend/node_modules/jsonpath/lib/dict.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 241 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | module.exports = { |
| 2 | identifier: "[a-zA-Z_]+[a-zA-Z0-9_]*", | |
| 3 | integer: "-?(?:0|[1-9][0-9]*)", | |
| 4 | qq_string: "\"(?:\\\\[\"bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^\"\\\\])*\"", | |
| 5 | q_string: "'(?:\\\\[\'bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^\'\\\\])*'" | |
| 6 | }; |
Note:
See TracBrowser
for help on using the repository browser.
