Skip to content

Commit df16892

Browse files
committed
added rest javascript string methods at javascript at a glance
1 parent 0d97158 commit df16892

1 file changed

Lines changed: 97 additions & 1 deletion

File tree

data/js-one-glance.json

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,59 @@
2929
{
3030
"title": "মেথড(স্ট্রিং)",
3131
"items": [{
32+
"code": "anchor"
33+
},
34+
{
35+
"code": "at"
36+
},
37+
{
38+
"code": "big"
39+
},
40+
{
41+
"code": "blink"
42+
},
43+
{
44+
"code": "bold"
45+
},
46+
{
3247
"code": "charAt"
3348
},
3449
{
3550
"code": "charCodeAt"
3651
},
3752
{
38-
"code": "fromCharCode"
53+
"code": "codePointAt"
3954
},
4055
{
4156
"code": "concat"
4257
},
58+
{
59+
"code": "endsWith"
60+
},
61+
{
62+
"code": "fixed"
63+
},
64+
{
65+
"code": "fontcolor"
66+
},
67+
{
68+
"code": "fontsize"
69+
},
70+
{
71+
"code": "fromCharCode"
72+
},
73+
{
74+
"code": "includes"
75+
},
76+
{
77+
"code": "isWellFormed"
78+
},
79+
{
80+
"code": "italics"
81+
},
82+
{
83+
"code": "link"
84+
},
4385
{
4486
"code": "indexOf"
4587
},
@@ -52,9 +94,27 @@
5294
{
5395
"code": "match"
5496
},
97+
{
98+
"code": "matchAll"
99+
},
100+
{
101+
"code": "normalize"
102+
},
103+
{
104+
"code": "padEnd"
105+
},
106+
{
107+
"code": "padStart"
108+
},
109+
{
110+
"code": "repeat"
111+
},
55112
{
56113
"code": "replace"
57114
},
115+
{
116+
"code": "replaceAll"
117+
},
58118
{
59119
"code": "search"
60120
},
@@ -64,12 +124,27 @@
64124
{
65125
"code": "split"
66126
},
127+
{
128+
"code": "small"
129+
},
67130
{
68131
"code": "substring"
69132
},
133+
{
134+
"code": "sub"
135+
},
70136
{
71137
"code": "substr"
72138
},
139+
{
140+
"code": "startsWith"
141+
},
142+
{
143+
"code": "sup"
144+
},
145+
{
146+
"code": "strike"
147+
},
73148
{
74149
"code": "toLowerCase"
75150
},
@@ -81,6 +156,27 @@
81156
},
82157
{
83158
"code": "toLocaleUpperCase"
159+
},
160+
{
161+
"code": "toWellFormed"
162+
},
163+
{
164+
"code": "trim"
165+
},
166+
{
167+
"code": "trimEnd"
168+
},
169+
{
170+
"code": "trimLeft"
171+
},
172+
{
173+
"code": "trimRight"
174+
},
175+
{
176+
"code": "trimStart"
177+
},
178+
{
179+
"code": "valueOf"
84180
}
85181
]
86182
},

0 commit comments

Comments
 (0)