Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

makeRegexClassGroup

function makeRegexClassGroup(separators?: string[]): RegExp;
§
makeRegexClassGroup(separators?: string[]): RegExp
[src]

§Parameters

§
separators?: string[] optional
[src]

§Return Type

§
RegExp
[src]