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

Published: 07 May 2018
on channel: 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  


On this page of the site you can watch the video online ✂️ Extracting Sub-Strings In JavaScript Using SubString, Substr and Slice 🔪 with a duration of hours minute second in good quality, which was uploaded by the user Love2Dev 07 May 2018, share the link with friends and acquaintances, this video has already been watched 203 times on youtube and it was liked by 4 viewers. Enjoy your viewing!