I have database migration files with timestamp at the beginning of the filename. For example:
1537865596694-create-config-table.migration.ts
There is expression you can use to convert filename to Typescript class name:
capitalize(camelCase(fileNameWithoutExtension()))
But I can't find an option to remove or replace number.