8 lines
100 B
JSON
8 lines
100 B
JSON
{
|
|
"url_re": "^/some_pattern/(.*)$",
|
|
"title_res": [
|
|
"^(.*?)\\.\\s*(.*)$",
|
|
"^(.*?): (.*)$"
|
|
]
|
|
}
|