clearcreateDocumentcreateDocumentFragmentcreateElementcreateEventcreateEventObjectcreateRangecreateTextNodegetElementsByTagNamegetElementByIdquerySelectorquerySelectorAllwriteevalparseIntparseFloatisNaNisFinitedecodeURIdecodeURIComponentencodeURIencodeURIComponentescapeunescapeonAbortonBluronChangeonClickonDblClickonErroronFocusonKeyDownonKeyPressonKeyUponLoadonMouseDownonMouseMoveonMouseOutonMouseOveronMouseUponMoveonResetonResizeonSelectonSubmitonUnloadabort()getAllResponseHeaders()getResponseHeaders(header)open(method, URL)send(body)setRequestHeader(header, value)charAtcharCodeAtfromCharCodeconcatindexOflastIndexOflocaleComparematchreplacesearchslicesplitsubstringsubstrtoLowerCasetoUpperCasetoLocaleLowerCasetoLocaleUpperCaseconcatjoinpushpopreverseshiftslicesortspliceunshiftcopyWithinentrieseveryfillfilterincludesforEachfindIndexfindlastIndexOfisArrayindexOfreducemapslicesomeparsetoDateStringtoTimeStringgetDategetDaygetFullYeargetHoursgetMillisecondsgetMinutesgetMonthgetSecondsgetTimegetTimezoneOffsetgetYearsetDatesetHourssetMillisecondssetMinutessetMonthsetSecondssetYeartoLocaleTimeStringaddEventListenerappendChildattachEventcloneNodecreateTextRangedetachEventdispatchEventfireEventgetAttributeNSgetAttributeNodehasChildNodeshasAttributehasAttributesinsertBeforeremoveChildremoveEventListenerreplaceChildscrollIntoViewস্ট্রিং এর শুরু
^স্ট্রিং এর শেষ
$যেকোনো একক ক্যারেক্টার
.a অথবা b
(a|b)গ্রুপ সেকশন
(...)একটা রেঞ্জের আইটেম(a অথবা b অথবা c)
[abc]একটা রেঞ্জের না(a অথবা b অথবা c ছাড়া)
[^abc]শূন্যটা অথবা একটা a
a?শূন্যটা অথবা একাধিক a
a*একটা অথবা একাধিক a
a+ঠিক ৩ টা a
a{3}ঠিক ৩ টা অথবা বেশী a
a{3,}৩ টা থেকে ৬ টার মধ্যে a
a{3, 6}