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