From df168921aba97fd9a24420bf095026a70fcee54f Mon Sep 17 00:00:00 2001 From: robiul Date: Mon, 23 Oct 2023 15:16:49 +0600 Subject: [PATCH] added rest javascript string methods at javascript at a glance --- data/js-one-glance.json | 98 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/data/js-one-glance.json b/data/js-one-glance.json index 44f4fc37a..6a3370144 100644 --- a/data/js-one-glance.json +++ b/data/js-one-glance.json @@ -29,17 +29,59 @@ { "title": "মেথড(স্ট্রিং)", "items": [{ + "code": "anchor" + }, + { + "code": "at" + }, + { + "code": "big" + }, + { + "code": "blink" + }, + { + "code": "bold" + }, + { "code": "charAt" }, { "code": "charCodeAt" }, { - "code": "fromCharCode" + "code": "codePointAt" }, { "code": "concat" }, + { + "code": "endsWith" + }, + { + "code": "fixed" + }, + { + "code": "fontcolor" + }, + { + "code": "fontsize" + }, + { + "code": "fromCharCode" + }, + { + "code": "includes" + }, + { + "code": "isWellFormed" + }, + { + "code": "italics" + }, + { + "code": "link" + }, { "code": "indexOf" }, @@ -52,9 +94,27 @@ { "code": "match" }, + { + "code": "matchAll" + }, + { + "code": "normalize" + }, + { + "code": "padEnd" + }, + { + "code": "padStart" + }, + { + "code": "repeat" + }, { "code": "replace" }, + { + "code": "replaceAll" + }, { "code": "search" }, @@ -64,12 +124,27 @@ { "code": "split" }, + { + "code": "small" + }, { "code": "substring" }, + { + "code": "sub" + }, { "code": "substr" }, + { + "code": "startsWith" + }, + { + "code": "sup" + }, + { + "code": "strike" + }, { "code": "toLowerCase" }, @@ -81,6 +156,27 @@ }, { "code": "toLocaleUpperCase" + }, + { + "code": "toWellFormed" + }, + { + "code": "trim" + }, + { + "code": "trimEnd" + }, + { + "code": "trimLeft" + }, + { + "code": "trimRight" + }, + { + "code": "trimStart" + }, + { + "code": "valueOf" } ] },