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
На этой странице сайта вы можете посмотреть видео онлайн ✂️ Extracting Sub-Strings In JavaScript Using SubString, Substr and Slice 🔪 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Love2Dev 07 Май 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 203 раз и оно понравилось 4 зрителям. Приятного просмотра!