Change regex from ".+" to "[^>]+"

main
Craig London 8 years ago
parent 5fac98cdf4
commit 3d2407fbaf

@ -3275,7 +3275,7 @@
6
],
"icon": "IBM.svg",
"html": "href=\"(?:\/|.+)webapp\/wcs\/",
"html": "href=\"(?:\/|[^>]+)webapp\/wcs\/",
"implies": "Java",
"url": "/wcs/",
"website": "ibm.com/software/genservers/commerceproductline"

Loading…
Cancel
Save