r6 vs r7
11
[[분류:기타 문법 틀]]
2
{{{#!if str != null
3
str is defined as @str=helloworld@.
4
}}}{{{#!if str == null
5
str was undefined; set default: @str@;
6
}}}{{{#!if strtype = typeof(str)
7
str type: @strtype@
8
}}}
92
10
anchor{{{#!if typeof_var0=typeof(str?.anchor), typeof_var0 == "function"
11
===> visible
12
}}}{{{#!if typeof_var0 != "function"
13
: nope(typename: @typeof_var0@)
3
Available Set 1.
4
{{{#!if vartype=typeof(str?.anchor), vartype == "function"
5
anchor
6
}}}{{{#!if vartype=typeof(str?.at), vartype == "function"
7
at
8
}}}{{{#!if vartype=typeof(str?.big), vartype == "function"
9
big
10
}}}{{{#!if vartype=typeof(str?.blink), vartype == "function"
11
blink
12
}}}{{{#!if vartype=typeof(str?.bold), vartype == "function"
13
bold
14
}}}{{{#!if vartype=typeof(str?.charAt), vartype == "function"
15
charAt
16
}}}{{{#!if vartype=typeof(str?.charCodeAt), vartype == "function"
17
charCodeAt
18
}}}{{{#!if vartype=typeof(str?.codePointAt), vartype == "function"
19
codePointAt
20
}}}{{{#!if vartype=typeof(str?.concat), vartype == "function"
21
concat
22
}}}{{{#!if vartype=typeof(str?.constructor), vartype == "function"
23
constructor
24
}}}{{{#!if vartype=typeof(str?.endsWith), vartype == "function"
25
endsWith
26
}}}{{{#!if vartype=typeof(str?.fixed), vartype == "function"
27
fixed
28
}}}{{{#!if vartype=typeof(str?.fontcolor), vartype == "function"
29
fontcolor
30
}}}{{{#!if vartype=typeof(str?.fontsize), vartype == "function"
31
fontsize
32
}}}{{{#!if vartype=typeof(str?.includes), vartype == "function"
33
includes
34
}}}{{{#!if vartype=typeof(str?.indexOf), vartype == "function"
35
indexOf
36
}}}{{{#!if vartype=typeof(str?.isWellFormed), vartype == "function"
37
isWellFormed
38
}}}{{{#!if vartype=typeof(str?.italics), vartype == "function"
39
italics
40
}}}{{{#!if vartype=typeof(str?.lastIndexOf), vartype == "function"
41
lastIndexOf
42
}}}{{{#!if vartype=typeof(str?.link), vartype == "function"
43
link
44
}}}{{{#!if vartype=typeof(str?.localeCompare), vartype == "function"
45
localeCompare
46
}}}{{{#!if vartype=typeof(str?.match), vartype == "function"
47
match
48
}}}{{{#!if vartype=typeof(str?.matchAll), vartype == "function"
49
matchAll
50
}}}{{{#!if vartype=typeof(str?.normalize), vartype == "function"
51
normalize
52
}}}{{{#!if vartype=typeof(str?.padEnd), vartype == "function"
53
padEnd
54
}}}{{{#!if vartype=typeof(str?.padStart), vartype == "function"
55
padStart
56
}}}{{{#!if vartype=typeof(str?.repeat), vartype == "function"
57
repeat
58
}}}{{{#!if vartype=typeof(str?.replace), vartype == "function"
59
replace
60
}}}{{{#!if vartype=typeof(str?.replaceAll), vartype == "function"
61
replaceAll
62
}}}{{{#!if vartype=typeof(str?.search), vartype == "function"
63
search
64
}}}{{{#!if vartype=typeof(str?.slice), vartype == "function"
65
slice
66
}}}{{{#!if vartype=typeof(str?.small), vartype == "function"
67
small
68
}}}{{{#!if vartype=typeof(str?.split), vartype == "function"
69
split
70
}}}{{{#!if vartype=typeof(str?.startsWith), vartype == "function"
71
startsWith
72
}}}{{{#!if vartype=typeof(str?.strike), vartype == "function"
73
strike
74
}}}{{{#!if vartype=typeof(str?.sub), vartype == "function"
75
sub
76
}}}{{{#!if vartype=typeof(str?.substr), vartype == "function"
77
substr
78
}}}{{{#!if vartype=typeof(str?.substring), vartype == "function"
79
substring
80
}}}{{{#!if vartype=typeof(str?.sup), vartype == "function"
81
sup
82
}}}{{{#!if vartype=typeof(str?.toLocaleLowerCase), vartype == "function"
83
toLocaleLowerCase
84
}}}{{{#!if vartype=typeof(str?.toLocaleUpperCase), vartype == "function"
85
toLocaleUpperCase
86
}}}{{{#!if vartype=typeof(str?.toLowerCase), vartype == "function"
87
toLowerCase
88
}}}{{{#!if vartype=typeof(str?.toString), vartype == "function"
89
toString
90
}}}{{{#!if vartype=typeof(str?.toUpperCase), vartype == "function"
91
toUpperCase
92
}}}{{{#!if vartype=typeof(str?.toWellFormed), vartype == "function"
93
toWellFormed
94
}}}{{{#!if vartype=typeof(str?.trim), vartype == "function"
95
trim
96
}}}{{{#!if vartype=typeof(str?.trimEnd), vartype == "function"
97
trimEnd
98
}}}{{{#!if vartype=typeof(str?.trimLeft), vartype == "function"
99
trimLeft
100
}}}{{{#!if vartype=typeof(str?.trimRight), vartype == "function"
101
trimRight
102
}}}{{{#!if vartype=typeof(str?.trimStart), vartype == "function"
103
trimStart
104
}}}{{{#!if vartype=typeof(str?.valueOf), vartype == "function"
105
valueOf
14106
}}}
15
at{{{#!if typeof_var1=typeof(str?.at), typeof_var1 == "function"
16
===> visible
17
}}}{{{#!if typeof_var1 != "function"
18
: nope(typename: @typeof_var1@)
19
}}}
20
big{{{#!if typeof_var2=typeof(str?.big), typeof_var2 == "function"
21
===> visible
22
}}}{{{#!if typeof_var2 != "function"
23
: nope(typename: @typeof_var2@)
24
}}}
25
blink{{{#!if typeof_var3=typeof(str?.blink), typeof_var3 == "function"
26
===> visible
27
}}}{{{#!if typeof_var3 != "function"
28
: nope(typename: @typeof_var3@)
29
}}}
30
bold{{{#!if typeof_var4=typeof(str?.bold), typeof_var4 == "function"
31
===> visible
32
}}}{{{#!if typeof_var4 != "function"
33
: nope(typename: @typeof_var4@)
34
}}}
35
charAt{{{#!if typeof_var5=typeof(str?.charAt), typeof_var5 == "function"
36
===> visible
37
}}}{{{#!if typeof_var5 != "function"
38
: nope(typename: @typeof_var5@)
39
}}}
40
charCodeAt{{{#!if typeof_var6=typeof(str?.charCodeAt), typeof_var6 == "function"
41
===> visible
42
}}}{{{#!if typeof_var6 != "function"
43
: nope(typename: @typeof_var6@)
44
}}}
45
codePointAt{{{#!if typeof_var7=typeof(str?.codePointAt), typeof_var7 == "function"
46
===> visible
47
}}}{{{#!if typeof_var7 != "function"
48
: nope(typename: @typeof_var7@)
49
}}}
50
concat{{{#!if typeof_var8=typeof(str?.concat), typeof_var8 == "function"
51
===> visible
52
}}}{{{#!if typeof_var8 != "function"
53
: nope(typename: @typeof_var8@)
54
}}}
55
constructor{{{#!if typeof_var9=typeof(str?.constructor), typeof_var9 == "function"
56
===> visible
57
}}}{{{#!if typeof_var9 != "function"
58
: nope(typename: @typeof_var9@)
59
}}}
60
endsWith{{{#!if typeof_var10=typeof(str?.endsWith), typeof_var10 == "function"
61
===> visible
62
}}}{{{#!if typeof_var10 != "function"
63
: nope(typename: @typeof_var10@)
64
}}}
65
fixed{{{#!if typeof_var11=typeof(str?.fixed), typeof_var11 == "function"
66
===> visible
67
}}}{{{#!if typeof_var11 != "function"
68
: nope(typename: @typeof_var11@)
69
}}}
70
fontcolor{{{#!if typeof_var12=typeof(str?.fontcolor), typeof_var12 == "function"
71
===> visible
72
}}}{{{#!if typeof_var12 != "function"
73
: nope(typename: @typeof_var12@)
74
}}}
75
fontsize{{{#!if typeof_var13=typeof(str?.fontsize), typeof_var13 == "function"
76
===> visible
77
}}}{{{#!if typeof_var13 != "function"
78
: nope(typename: @typeof_var13@)
79
}}}
80
includes{{{#!if typeof_var14=typeof(str?.includes), typeof_var14 == "function"
81
===> visible
82
}}}{{{#!if typeof_var14 != "function"
83
: nope(typename: @typeof_var14@)
84
}}}
85
indexOf{{{#!if typeof_var15=typeof(str?.indexOf), typeof_var15 == "function"
86
===> visible
87
}}}{{{#!if typeof_var15 != "function"
88
: nope(typename: @typeof_var15@)
89
}}}
90
isWellFormed{{{#!if typeof_var16=typeof(str?.isWellFormed), typeof_var16 == "function"
91
===> visible
92
}}}{{{#!if typeof_var16 != "function"
93
: nope(typename: @typeof_var16@)
94
}}}
95
italics{{{#!if typeof_var17=typeof(str?.italics), typeof_var17 == "function"
96
===> visible
97
}}}{{{#!if typeof_var17 != "function"
98
: nope(typename: @typeof_var17@)
99
}}}
100
lastIndexOf{{{#!if typeof_var18=typeof(str?.lastIndexOf), typeof_var18 == "function"
101
===> visible
102
}}}{{{#!if typeof_var18 != "function"
103
: nope(typename: @typeof_var18@)
104
}}}
105
link{{{#!if typeof_var19=typeof(str?.link), typeof_var19 == "function"
106
===> visible
107
}}}{{{#!if typeof_var19 != "function"
108
: nope(typename: @typeof_var19@)
109
}}}
110
localeCompare{{{#!if typeof_var20=typeof(str?.localeCompare), typeof_var20 == "function"
111
===> visible
112
}}}{{{#!if typeof_var20 != "function"
113
: nope(typename: @typeof_var20@)
114
}}}
115
match{{{#!if typeof_var21=typeof(str?.match), typeof_var21 == "function"
116
===> visible
117
}}}{{{#!if typeof_var21 != "function"
118
: nope(typename: @typeof_var21@)
119
}}}
120
matchAll{{{#!if typeof_var22=typeof(str?.matchAll), typeof_var22 == "function"
121
===> visible
122
}}}{{{#!if typeof_var22 != "function"
123
: nope(typename: @typeof_var22@)
124
}}}
125
normalize{{{#!if typeof_var23=typeof(str?.normalize), typeof_var23 == "function"
126
===> visible
127
}}}{{{#!if typeof_var23 != "function"
128
: nope(typename: @typeof_var23@)
129
}}}
130
padEnd{{{#!if typeof_var24=typeof(str?.padEnd), typeof_var24 == "function"
131
===> visible
132
}}}{{{#!if typeof_var24 != "function"
133
: nope(typename: @typeof_var24@)
134
}}}
135
padStart{{{#!if typeof_var25=typeof(str?.padStart), typeof_var25 == "function"
136
===> visible
137
}}}{{{#!if typeof_var25 != "function"
138
: nope(typename: @typeof_var25@)
139
}}}
140
repeat{{{#!if typeof_var26=typeof(str?.repeat), typeof_var26 == "function"
141
===> visible
142
}}}{{{#!if typeof_var26 != "function"
143
: nope(typename: @typeof_var26@)
144
}}}
145
replace{{{#!if typeof_var27=typeof(str?.replace), typeof_var27 == "function"
146
===> visible
147
}}}{{{#!if typeof_var27 != "function"
148
: nope(typename: @typeof_var27@)
149
}}}
150
replaceAll{{{#!if typeof_var28=typeof(str?.replaceAll), typeof_var28 == "function"
151
===> visible
152
}}}{{{#!if typeof_var28 != "function"
153
: nope(typename: @typeof_var28@)
154
}}}
155
search{{{#!if typeof_var29=typeof(str?.search), typeof_var29 == "function"
156
===> visible
157
}}}{{{#!if typeof_var29 != "function"
158
: nope(typename: @typeof_var29@)
159
}}}
160
slice{{{#!if typeof_var30=typeof(str?.slice), typeof_var30 == "function"
161
===> visible
162
}}}{{{#!if typeof_var30 != "function"
163
: nope(typename: @typeof_var30@)
164
}}}
165
small{{{#!if typeof_var31=typeof(str?.small), typeof_var31 == "function"
166
===> visible
167
}}}{{{#!if typeof_var31 != "function"
168
: nope(typename: @typeof_var31@)
169
}}}
170
split{{{#!if typeof_var32=typeof(str?.split), typeof_var32 == "function"
171
===> visible
172
}}}{{{#!if typeof_var32 != "function"
173
: nope(typename: @typeof_var32@)
174
}}}
175
startsWith{{{#!if typeof_var33=typeof(str?.startsWith), typeof_var33 == "function"
176
===> visible
177
}}}{{{#!if typeof_var33 != "function"
178
: nope(typename: @typeof_var33@)
179
}}}
180
strike{{{#!if typeof_var34=typeof(str?.strike), typeof_var34 == "function"
181
===> visible
182
}}}{{{#!if typeof_var34 != "function"
183
: nope(typename: @typeof_var34@)
184
}}}
185
sub{{{#!if typeof_var35=typeof(str?.sub), typeof_var35 == "function"
186
===> visible
187
}}}{{{#!if typeof_var35 != "function"
188
: nope(typename: @typeof_var35@)
189
}}}
190
substr{{{#!if typeof_var36=typeof(str?.substr), typeof_var36 == "function"
191
===> visible
192
}}}{{{#!if typeof_var36 != "function"
193
: nope(typename: @typeof_var36@)
194
}}}
195
substring{{{#!if typeof_var37=typeof(str?.substring), typeof_var37 == "function"
196
===> visible
197
}}}{{{#!if typeof_var37 != "function"
198
: nope(typename: @typeof_var37@)
199
}}}
200
sup{{{#!if typeof_var38=typeof(str?.sup), typeof_var38 == "function"
201
===> visible
202
}}}{{{#!if typeof_var38 != "function"
203
: nope(typename: @typeof_var38@)
204
}}}
205
toLocaleLowerCase{{{#!if typeof_var39=typeof(str?.toLocaleLowerCase), typeof_var39 == "function"
206
===> visible
207
}}}{{{#!if typeof_var39 != "function"
208
: nope(typename: @typeof_var39@)
209
}}}
210
toLocaleUpperCase{{{#!if typeof_var40=typeof(str?.toLocaleUpperCase), typeof_var40 == "function"
211
===> visible
212
}}}{{{#!if typeof_var40 != "function"
213
: nope(typename: @typeof_var40@)
214
}}}
215
toLowerCase{{{#!if typeof_var41=typeof(str?.toLowerCase), typeof_var41 == "function"
216
===> visible
217
}}}{{{#!if typeof_var41 != "function"
218
: nope(typename: @typeof_var41@)
219
}}}
220
toString{{{#!if typeof_var42=typeof(str?.toString), typeof_var42 == "function"
221
===> visible
222
}}}{{{#!if typeof_var42 != "function"
223
: nope(typename: @typeof_var42@)
224
}}}
225
toUpperCase{{{#!if typeof_var43=typeof(str?.toUpperCase), typeof_var43 == "function"
226
===> visible
227
}}}{{{#!if typeof_var43 != "function"
228
: nope(typename: @typeof_var43@)
229
}}}
230
toWellFormed{{{#!if typeof_var44=typeof(str?.toWellFormed), typeof_var44 == "function"
231
===> visible
232
}}}{{{#!if typeof_var44 != "function"
233
: nope(typename: @typeof_var44@)
234
}}}
235
trim{{{#!if typeof_var45=typeof(str?.trim), typeof_var45 == "function"
236
===> visible
237
}}}{{{#!if typeof_var45 != "function"
238
: nope(typename: @typeof_var45@)
239
}}}
240
trimEnd{{{#!if typeof_var46=typeof(str?.trimEnd), typeof_var46 == "function"
241
===> visible
242
}}}{{{#!if typeof_var46 != "function"
243
: nope(typename: @typeof_var46@)
244
}}}
245
trimLeft{{{#!if typeof_var47=typeof(str?.trimLeft), typeof_var47 == "function"
246
===> visible
247
}}}{{{#!if typeof_var47 != "function"
248
: nope(typename: @typeof_var47@)
249
}}}
250
trimRight{{{#!if typeof_var48=typeof(str?.trimRight), typeof_var48 == "function"
251
===> visible
252
}}}{{{#!if typeof_var48 != "function"
253
: nope(typename: @typeof_var48@)
254
}}}
255
trimStart{{{#!if typeof_var49=typeof(str?.trimStart), typeof_var49 == "function"
256
===> visible
257
}}}{{{#!if typeof_var49 != "function"
258
: nope(typename: @typeof_var49@)
259
}}}
260
valueOf{{{#!if typeof_var50=typeof(str?.valueOf), typeof_var50 == "function"
261
===> visible
262
}}}{{{#!if typeof_var50 != "function"
263
: nope(typename: @typeof_var50@)
264
}}}