jeudi 7 novembre 2019

How can i convert Javascript regular expression in C++11 regular expression

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