I want to get style.css from this string using RegEx
http://domain.net/jitwp/wp-content/themes/strappress/style.css?ver=3.1.1
So far, I've tried \/(?:.(?!\/)) but it gets /style.css?ver=3.1.1. I'm not sure how to ignore the query string at the end or skip the forward slash.