Awee

ext-prepend

FilenamePrependExt inserts an additional extension before the existing file extension.

FilenamePrependExt inserts an additional extension before the existing file extension.

Input

string

Parameters

#TypeRequired
0stringyes

Returns

string

Examples

{{ file_path | ext-prepend:'min' }}
{{ "app.js" | ext-prepend:'min' }}

How is this guide?

On this page