Returns the file name of the specified path string without the extension.

Input

{{ "/alpha/beta.txt" | file_name_without_extension }}

Output

beta

In this article