We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a186718 commit 8cd4764Copy full SHA for 8cd4764
src/entities/file/ui/FileNameTemplate/constants.ts
@@ -1,3 +1,3 @@
1
/** Regexp to filename template, which must include `{extension}` and `{index}` placeholder (e.g. qwerty_{index}.{extension}) */
2
export const FILE_NAME_TEMPLATE_PATTERN =
3
- /^(?=.*\{index\})(?=.*\{extension\})([\w\d.\-]*\{(?:index|extension|run_created_at|run_id)\}[a-zA-Z0-9._\-]*)*$/iu;
+ /^(?=.*\{index\})(?=.*\{extension\})([\w\d.\-]*\{(?:index|extension|run_created_at|run_id)\}[\w\d.\-]*)*$/iu;
0 commit comments