UNPKG

oberknecht-utils

Version:
8 lines (6 loc) 253 B
import { regexGeneratorOptions } from "../types/regexGenerator"; export function regexGenerator(options: regexGeneratorOptions) { let options_ = options ?? {}; options_.charGroupReplacement = options.charGroupReplacement ?? "([$asd$][W]*?)"; }