UNPKG

@dpatt/delimiterized-regex-builder

Version:

Generate a regex from an array of strings to match all of the strings in order, separated by a delimiter.

25 lines (24 loc) 585 B
{ "name": "@dpatt/delimiterized-regex-builder", "version": "1.0.2", "description": "Generate a regex from an array of strings to match all of the strings in order, separated by a delimiter.", "repository": { "type": "git", "url": "https://github.com/dpatton1992/delimiterized-regex-builder.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "regex-builder", "delimiter", "whitespace" ], "author": "dpatt", "license": "MIT", "devDependencies": { "typescript": "^5.3.3" } }