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