context

FilenameParts.context

Context of the file’s content. What is this file about?

Notes

The context allows words without underscores [a-zA-Z0-9] starting with alphabetic character.

Its regular expression is ^[a-zA-Z]+[0-9a-zA-Z-]+$

While the file extension just states the formatting of the file like ‘.txt’ being a text file or ‘.csv’ being a specifically formatted text file, they do not state any information about their context.

Returns

str