✂️ Extracting Sub-Strings In JavaScript Using SubString, Substr and Slice 🔪

Publicado em: 07 Maio 2018
no canal de: Love2Dev
203
4

Manipulating data is an important part of any application. As JavaScript has gained more market share the need to use the language to parse and extract data has risen.

pizza-sliceJavaScript has native members of the String object to help extract sub-strings based on character position: substring, substr and slice. Each return a string, extracted from an initial string based on start position and a length.

On the surface they look almost identical, but have some subtle differences.

substring(indexStart[, indexEnd]): returns the part of the string between the start and end indexes, or to the end of the string.
substr(start[, length]): returns the part of a string between the start index and a number of characters after it.
slice(beginIndex[, endIndex]): extracts a section of a string and returns it as a new string.

Read the Blog Post - https://love2dev.com/blog/javascript-...

Get social with Love2Dev on:
Facebook:   / love2dev  
Twitter:   / chrislove  
G+: https://plus.google.com/b/11090410738...
Linkedin:   / love2dev  
Pinterest:   / docluv  


Nesta página do site você pode assistir ao vídeo on-line ✂️ Extracting Sub-Strings In JavaScript Using SubString, Substr and Slice 🔪 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Love2Dev 07 Maio 2018, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 203 vezes e gostou 4 espectadores. Boa visualização!