r9 vs r10
11
[[분류:기타 문법 틀]]
22
3
Available Set 1.
4
{{{#!if vartype=typeof(x?.anchor), vartype == "function"
5
anchor
6
7
}}}{{{#!if vartype=typeof(x?.at), vartype == "function"
8
at
9
10
}}}{{{#!if vartype=typeof(x?.big), vartype == "function"
11
big
12
13
}}}{{{#!if vartype=typeof(x?.blink), vartype == "function"
14
blink
15
16
}}}{{{#!if vartype=typeof(x?.bold), vartype == "function"
17
bold
18
19
}}}{{{#!if vartype=typeof(x?.charAt), vartype == "function"
20
charAt
21
22
}}}{{{#!if vartype=typeof(x?.charCodeAt), vartype == "function"
23
charCodeAt
24
25
}}}{{{#!if vartype=typeof(x?.codePointAt), vartype == "function"
26
codePointAt
27
28
}}}{{{#!if vartype=typeof(x?.concat), vartype == "function"
29
concat
30
31
}}}{{{#!if vartype=typeof(x?.constructor), vartype == "function"
32
constructor
33
34
}}}{{{#!if vartype=typeof(x?.endsWith), vartype == "function"
35
endsWith
36
37
}}}{{{#!if vartype=typeof(x?.fixed), vartype == "function"
38
fixed
39
40
}}}{{{#!if vartype=typeof(x?.fontcolor), vartype == "function"
41
fontcolor
42
43
}}}{{{#!if vartype=typeof(x?.fontsize), vartype == "function"
44
fontsize
45
46
}}}{{{#!if vartype=typeof(x?.includes), vartype == "function"
47
includes
48
49
}}}{{{#!if vartype=typeof(x?.indexOf), vartype == "function"
50
indexOf
51
52
}}}{{{#!if vartype=typeof(x?.isWellFormed), vartype == "function"
53
isWellFormed
54
55
}}}{{{#!if vartype=typeof(x?.italics), vartype == "function"
56
italics
57
58
}}}{{{#!if vartype=typeof(x?.lastIndexOf), vartype == "function"
59
lastIndexOf
60
61
}}}{{{#!if vartype=typeof(x?.link), vartype == "function"
62
link
63
64
}}}{{{#!if vartype=typeof(x?.localeCompare), vartype == "function"
65
localeCompare
66
67
}}}{{{#!if vartype=typeof(x?.match), vartype == "function"
68
match
69
70
}}}{{{#!if vartype=typeof(x?.matchAll), vartype == "function"
71
matchAll
72
73
}}}{{{#!if vartype=typeof(x?.normalize), vartype == "function"
74
normalize
75
76
}}}{{{#!if vartype=typeof(x?.padEnd), vartype == "function"
77
padEnd
78
79
}}}{{{#!if vartype=typeof(x?.padStart), vartype == "function"
80
padStart
81
82
}}}{{{#!if vartype=typeof(x?.repeat), vartype == "function"
83
repeat
84
85
}}}{{{#!if vartype=typeof(x?.replace), vartype == "function"
86
replace
87
88
}}}{{{#!if vartype=typeof(x?.replaceAll), vartype == "function"
89
replaceAll
90
91
}}}{{{#!if vartype=typeof(x?.search), vartype == "function"
92
search
93
94
}}}{{{#!if vartype=typeof(x?.slice), vartype == "function"
95
slice
96
97
}}}{{{#!if vartype=typeof(x?.small), vartype == "function"
98
small
99
100
}}}{{{#!if vartype=typeof(x?.split), vartype == "function"
101
split
102
103
}}}{{{#!if vartype=typeof(x?.startsWith), vartype == "function"
104
startsWith
105
106
}}}{{{#!if vartype=typeof(x?.strike), vartype == "function"
107
strike
108
109
}}}{{{#!if vartype=typeof(x?.sub), vartype == "function"
110
sub
111
112
}}}{{{#!if vartype=typeof(x?.substr), vartype == "function"
113
substr
114
115
}}}{{{#!if vartype=typeof(x?.substring), vartype == "function"
116
substring
117
118
}}}{{{#!if vartype=typeof(x?.sup), vartype == "function"
119
sup
120
121
}}}{{{#!if vartype=typeof(x?.toLocaleLowerCase), vartype == "function"
122
toLocaleLowerCase
123
124
}}}{{{#!if vartype=typeof(x?.toLocaleUpperCase), vartype == "function"
125
toLocaleUpperCase
126
127
}}}{{{#!if vartype=typeof(x?.toLowerCase), vartype == "function"
128
toLowerCase
129
130
}}}{{{#!if vartype=typeof(x?.toString), vartype == "function"
131
toString
132
133
}}}{{{#!if vartype=typeof(x?.toUpperCase), vartype == "function"
134
toUpperCase
135
136
}}}{{{#!if vartype=typeof(x?.toWellFormed), vartype == "function"
137
toWellFormed
138
139
}}}{{{#!if vartype=typeof(x?.trim), vartype == "function"
140
trim
141
142
}}}{{{#!if vartype=typeof(x?.trimEnd), vartype == "function"
143
trimEnd
144
145
}}}{{{#!if vartype=typeof(x?.trimLeft), vartype == "function"
146
trimLeft
147
148
}}}{{{#!if vartype=typeof(x?.trimRight), vartype == "function"
149
trimRight
150
151
}}}{{{#!if vartype=typeof(x?.trimStart), vartype == "function"
152
trimStart
153
154
}}}{{{#!if vartype=typeof(x?.valueOf), vartype == "function"
155
valueOf
156
157
}}}
158
159
160
Available Set 2.
3
Available Function Set of Global.
1614
{{{#!if vartype=typeof(AbortController), vartype == "function"
1625
AbortController
1636
......
497340
}}}{{{#!if vartype=typeof(unescape), vartype == "function"
498341
unescape
499342
343
}}}{{{#!if vartype=typeof(typeof), vartype == "function"
344
typeof
345
500346
}}}
347
348
Available Function Set of String.
349
{{{#!if vartype=typeof(x?.anchor), vartype == "function"
350
anchor
351
352
}}}{{{#!if vartype=typeof(x?.at), vartype == "function"
353
at
354
355
}}}{{{#!if vartype=typeof(x?.big), vartype == "function"
356
big
357
358
}}}{{{#!if vartype=typeof(x?.blink), vartype == "function"
359
blink
360
361
}}}{{{#!if vartype=typeof(x?.bold), vartype == "function"
362
bold
363
364
}}}{{{#!if vartype=typeof(x?.charAt), vartype == "function"
365
charAt
366
367
}}}{{{#!if vartype=typeof(x?.charCodeAt), vartype == "function"
368
charCodeAt
369
370
}}}{{{#!if vartype=typeof(x?.codePointAt), vartype == "function"
371
codePointAt
372
373
}}}{{{#!if vartype=typeof(x?.concat), vartype == "function"
374
concat
375
376
}}}{{{#!if vartype=typeof(x?.constructor), vartype == "function"
377
constructor
378
379
}}}{{{#!if vartype=typeof(x?.endsWith), vartype == "function"
380
endsWith
381
382
}}}{{{#!if vartype=typeof(x?.fixed), vartype == "function"
383
fixed
384
385
}}}{{{#!if vartype=typeof(x?.fontcolor), vartype == "function"
386
fontcolor
387
388
}}}{{{#!if vartype=typeof(x?.fontsize), vartype == "function"
389
fontsize
390
391
}}}{{{#!if vartype=typeof(x?.includes), vartype == "function"
392
includes
393
394
}}}{{{#!if vartype=typeof(x?.indexOf), vartype == "function"
395
indexOf
396
397
}}}{{{#!if vartype=typeof(x?.isWellFormed), vartype == "function"
398
isWellFormed
399
400
}}}{{{#!if vartype=typeof(x?.italics), vartype == "function"
401
italics
402
403
}}}{{{#!if vartype=typeof(x?.lastIndexOf), vartype == "function"
404
lastIndexOf
405
406
}}}{{{#!if vartype=typeof(x?.link), vartype == "function"
407
link
408
409
}}}{{{#!if vartype=typeof(x?.localeCompare), vartype == "function"
410
localeCompare
411
412
}}}{{{#!if vartype=typeof(x?.match), vartype == "function"
413
match
414
415
}}}{{{#!if vartype=typeof(x?.matchAll), vartype == "function"
416
matchAll
417
418
}}}{{{#!if vartype=typeof(x?.normalize), vartype == "function"
419
normalize
420
421
}}}{{{#!if vartype=typeof(x?.padEnd), vartype == "function"
422
padEnd
423
424
}}}{{{#!if vartype=typeof(x?.padStart), vartype == "function"
425
padStart
426
427
}}}{{{#!if vartype=typeof(x?.repeat), vartype == "function"
428
repeat
429
430
}}}{{{#!if vartype=typeof(x?.replace), vartype == "function"
431
replace
432
433
}}}{{{#!if vartype=typeof(x?.replaceAll), vartype == "function"
434
replaceAll
435
436
}}}{{{#!if vartype=typeof(x?.search), vartype == "function"
437
search
438
439
}}}{{{#!if vartype=typeof(x?.slice), vartype == "function"
440
slice
441
442
}}}{{{#!if vartype=typeof(x?.small), vartype == "function"
443
small
444
445
}}}{{{#!if vartype=typeof(x?.split), vartype == "function"
446
split
447
448
}}}{{{#!if vartype=typeof(x?.startsWith), vartype == "function"
449
startsWith
450
451
}}}{{{#!if vartype=typeof(x?.strike), vartype == "function"
452
strike
453
454
}}}{{{#!if vartype=typeof(x?.sub), vartype == "function"
455
sub
456
457
}}}{{{#!if vartype=typeof(x?.substr), vartype == "function"
458
substr
459
460
}}}{{{#!if vartype=typeof(x?.substring), vartype == "function"
461
substring
462
463
}}}{{{#!if vartype=typeof(x?.sup), vartype == "function"
464
sup
465
466
}}}{{{#!if vartype=typeof(x?.toLocaleLowerCase), vartype == "function"
467
toLocaleLowerCase
468
469
}}}{{{#!if vartype=typeof(x?.toLocaleUpperCase), vartype == "function"
470
toLocaleUpperCase
471
472
}}}{{{#!if vartype=typeof(x?.toLowerCase), vartype == "function"
473
toLowerCase
474
475
}}}{{{#!if vartype=typeof(x?.toString), vartype == "function"
476
toString
477
478
}}}{{{#!if vartype=typeof(x?.toUpperCase), vartype == "function"
479
toUpperCase
480
481
}}}{{{#!if vartype=typeof(x?.toWellFormed), vartype == "function"
482
toWellFormed
483
484
}}}{{{#!if vartype=typeof(x?.trim), vartype == "function"
485
trim
486
487
}}}{{{#!if vartype=typeof(x?.trimEnd), vartype == "function"
488
trimEnd
489
490
}}}{{{#!if vartype=typeof(x?.trimLeft), vartype == "function"
491
trimLeft
492
493
}}}{{{#!if vartype=typeof(x?.trimRight), vartype == "function"
494
trimRight
495
496
}}}{{{#!if vartype=typeof(x?.trimStart), vartype == "function"
497
trimStart
498
499
}}}{{{#!if vartype=typeof(x?.valueOf), vartype == "function"
500
valueOf
501
502
}}}