Progress Monitor for IdealProgrammer.com

Take Swift, Intelligent, Massive, Planned, Loving, Effective (S.I.M.P.L.E.) Action to Transform Self into Ideal




Please login

 

Javascript (JS) String.Substr Example

Description: Illustrates the JavaScript syntax for the String Substr .

Syntax: string.substr(startIndex,EndIndex) – Extracts the characters from a string, beginning at a specified start position, and through the specified number of character – endIndex is optional.

 

Javascript (JS) String.Substr Example Code: