I\'m trying to transform "file-name.dto.ts" to "FileName"
${TM_FILENAME_BASE/^(.)([^.]).*/${1:/pascalcase}$2/}
However, I\'m not q