PART 25 - important javascript string functions

Опубликовано: 26 Октябрь 2024
на канале: QA Box Let's Test
400
10

In this video I've covered 21 most important javascript string functions.
charAt(x)
charCodeAt(x)
concat(v1,v2..)
fromCharcode(c1,c2)
indexOf(substr, [start])
lastIndexOf(substr, [start])
match(regexp)
replace(regexp/substr, replacetext)
search(regexp)
slice(start, [end])
split(delimiter, [limit])
substr(start, [length])
substring(from, [to])
toLowerCase()
toUpperCase()
includes()
endsWith()
startsWith()
repeat()
valueOf()
trim()