Help:CheckExtendedFunctions
From Metabolomics.JP
(Difference between revisions)
(Created page with "=car= {{#car:A B C D E}} =cdr= {{#cdr:A B C D E}} =cadr= {{#cadr:A B C D E}} =cddr= {{#cddr:A B C D E}} =caddr= {{#caddr:A B C D E}} =cdddr= {{#cdddr:A B C D E}} =and= =or...") |
|||
Line 18: | Line 18: | ||
=and= | =and= | ||
+ | 1,2,3 and 1,3,4 -> {{#and:1 | ||
+ | 2 | ||
+ | 4|1 | ||
+ | 3 | ||
+ | 4}} | ||
=or= | =or= | ||
+ | 1,2,3 or 1,3,4 -> {{#or:1 | ||
+ | 2 | ||
+ | 4|1 | ||
+ | 3 | ||
+ | 4}} | ||
=def= | =def= | ||
+ | 変数の定義 variable = "ThisIsDefFunction" | ||
+ | {{#def:variable|ThisIsDefFunction}} | ||
=var= | =var= | ||
+ | 上記defで定義したvariable変数の中身を取得 | ||
+ | {{#get:variable}} | ||
=substring= | =substring= |
Revision as of 16:12, 21 February 2011
car
A
cdr
B C D E
cadr
B
cddr
C D E
caddr
C
cdddr
D E
and
1,2,3 and 1,3,4 -> 1 4
or
1,2,3 or 1,3,4 -> 1 2 3 4
def
変数の定義 variable = "ThisIsDefFunction"
var
上記defで定義したvariable変数の中身を取得
substring
trim
length
count
indexof
lastindexof
isdigit
isalnum
replace
cr
bar
forcedbr
repeat
repeatnum
ifexistfile
searchline
searchtitle
countline
counttitle
choose
clink
createstring
ifexists
map
max
min
nth
searchlinenot
searchlinereg
trimex
upcase
abcdef -> ABCDEF
a1=B2. -> A1=B2.
downcase
ABCDEF -> abcdef
a1=B2. -> a1=b2.