Refactor CppCMS regex with non-capturing group

main
Luca Ferri 10 years ago
parent 86438d7549
commit a43faae144

@ -722,7 +722,7 @@
"CppCMS": { "CppCMS": {
"website": "cppcms.com", "website": "cppcms.com",
"cats": [ 1 ], "cats": [ 1 ],
"headers": { "X-Powered-By": "CppCMS/([\\d.]+)" }, "headers": { "X-Powered-By": "CppCMS/(?:[\\d.]+)" },
"implies": "C++" "implies": "C++"
}, },
"Craft CMS": { "Craft CMS": {