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

 

String.Substring Example

Description: Illustrates the JavaScript syntax for the String Substring .

Syntax: string.substring(fromIndex,ToIndex) – Extracts the characters from a string, between two specified indices. – toIndex is optional and is not included in the returned string

 

String.Substring Example Code: