summaryrefslogtreecommitdiff
path: root/smp.1
diff options
context:
space:
mode:
authorQrius <[email protected]>2024-11-12 14:49:14 +0100
committerQrius <[email protected]>2024-11-12 14:49:14 +0100
commit1a27e733f961893b5cb1a92b1b9927e31631c936 (patch)
treed016cbd1e6a6577642aafcfc13328cd621f8c28b /smp.1
parent482290c40763796f530ebe0812bacf905af194fc (diff)
downloadskaldpress-1a27e733f961893b5cb1a92b1b9927e31631c936.tar.gz
skaldpress-1a27e733f961893b5cb1a92b1b9927e31631c936.zip
Add explode function, add auto filename metadata
Diffstat (limited to 'smp.1')
-rw-r--r--smp.13
1 files changed, 3 insertions, 0 deletions
diff --git a/smp.1 b/smp.1
index ad72017..913227a 100644
--- a/smp.1
+++ b/smp.1
@@ -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.