Test /
MarkupExpr
{(rand)} {(rand 5 15)} |
615282 12 |
* {(pagename This is a Page Name)} |
* {(ftime)} * {(ftime %F)} * {(ftime %F now)} * {(ftime %F yesterday)} * {(ftime %F "last month")} * {(ftime %Y "last year")} * {(ftime %F 20070304)} * {(ftime %F 2007-03)} * {(ftime %s now)} * {(ftime '' now)} * {(ftime '' '@1176296275')} * {(ftime %F '@1176296275 +10 days')} |
|
* {(substr 'abcdef' 1)} → bcdef * {(substr 'abcdef' 1 3)} → bcd * {(substr 'abcdef' 0 4)} → abcd * {(substr 'abcdef' 0 8)} → abcdef * {(substr 'abcdef' -1 1)} → f |
|
* {(toupper (substr "{$Name}" 0 1))}{(tolower (substr "{$Name}" 1)-Stuff)} * {(ucfirst (tolower "{$Name}-Stuff"))} |
|