samedi 25 avril 2015

What is the JavaScript regex to match config.*.json?


I want to match config.json and config.staging.json and config.anything.json

So far I have configFile.match /config\.(.*)\.json/i


Aucun commentaire:

Enregistrer un commentaire