diff options
author | Qrius <[email protected]> | 2024-11-12 14:49:14 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2024-11-12 14:49:14 +0100 |
commit | 1a27e733f961893b5cb1a92b1b9927e31631c936 (patch) | |
tree | d016cbd1e6a6577642aafcfc13328cd621f8c28b /smp.1 | |
parent | 482290c40763796f530ebe0812bacf905af194fc (diff) | |
download | skaldpress-1a27e733f961893b5cb1a92b1b9927e31631c936.tar.gz skaldpress-1a27e733f961893b5cb1a92b1b9927e31631c936.zip |
Add explode function, add auto filename metadata
Diffstat (limited to 'smp.1')
-rw-r--r-- | smp.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ Not the best way to do this, it is not sensibly recursive. .IP "\fBarray_size(<macro_name>)\fR" Will return number of elements in a macro array. +.IP "\fBexplode(<array_name>, <delimiter>, <input>)\fR" +Explode a input into individual array elements. + .IP "\fBformat_time(<format>, <time>)\fR" Format a RFC3339-timestamp to the specified format. Format is similar to strftime. Only available if the \fBtime\fR-feature was enabled during compilation. |