ext-dot
FilenameExtDot returns the file extension including the leading dot.
FilenameExtDot returns the file extension including the leading dot.
Input
string
Parameters
None
Returns
string
Examples
{{ file_path | ext-dot }}
{{ "report.pdf" | ext-dot }}How is this guide?