I am trying to convert javascript regular expression into C++11 regex.
javaScript regular expression: "/google-analytics.([a-z.]+)/i"
Match URL is : http://www.google-analytics.com/analytics.js
So what should be the perfect C++11 regular expression for this URL match????
Aucun commentaire:
Enregistrer un commentaire