JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

var pathPattern = new RegExp('/apps\/[0-9]+\/themes\/');
var href = 'http://www.fliplet.com/apps/123/themes/1234.css';

console.log(pathPattern.test(href));