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

Publié le: 07 mai 2018
sur la chaîne: 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  


Sur cette page du site, vous pouvez voir la vidéo en ligne ✂️ Extracting Sub-Strings In JavaScript Using SubString, Substr and Slice 🔪 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Love2Dev 07 mai 2018, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 203 fois et il a aimé 4 téléspectateurs. Bon visionnage!