UNPKG

@agreed/core

Version:

agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract

10 lines (7 loc) 229 B
"use strict"; const constants = require("./constants"); module.exports = (str) => { var rawString = str.replace(constants.TEMPLATE_REGEXP_GLOBAL, ".*"); rawString = "^" + rawString + "$"; return new RegExp(rawString); };