We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286485c commit db76045Copy full SHA for db76045
apps/api-documenter/src/utils/Utilities.ts
@@ -7,7 +7,7 @@ import {
7
} from '@microsoft/api-extractor-model';
8
9
export class Utilities {
10
- private static readonly _badFilenameCharsRegExp: RegExp = /[^\w\-\.]/ig;
+ private static readonly _badFilenameCharsRegExp: RegExp = /[^a-z0-9_\-\.]/ig;
11
/**
12
* Generates a concise signature for a function. Example: "getArea(width, height)"
13
*/
0 commit comments