Microsoft® JScript substring Method |
Language Reference Version 1 |
Retrieves the substring at the specified location within a String object.
strVariable.substring(start, end)
"String Literal".substring(start, end)The substring method syntax has these arguments:
Part Description start The zero-based index indicating the beginning of the substring. end The zero-based index indicating the end of the substring.
The substring method returns a String object containing the substring derived from the original object.The substring method uses the lower of start and end as the beginning point of the substring. For example, strvar.substring(0, 3) and strvar.substring(3, 0) return the same substring.
The only exception to this is for negative parameters. If the first parameter is less than zero, it is treated as zero. If the second parameter is negative, it is set to the value of the first parameter.
The length of the substring is equal to the absolute value of the difference between start and end. For example, the length of the substring returned in strvar.substring(0, 3) and strvar.substring(3, 0) is three.
Finally, start and end can be strings. If so, these strings are coerced into integers if possible. If not, the value of the parameter is treated as zero.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js851.htm, 3KB, , updated: 1997/9/30 03:45, local time: 2024/11/1 01:28,
3.141.45.29:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/language/jscript/js851.htm"> substring Method</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.