Microsoft® JScript match Method |
Language Reference Version 3 |
Performs a search on a string using the supplied Regular Expression object.
stringObj.match(rgExp)
The match method syntax has these parts:
Part Description stringObj Required. The String object or literal on which to perform the search. rgExp Required. The regular expression to use in the search.
The match method, which behaves like the exec method, returns an array of values.Element zero of the array contains the last matched characters. Elements 1...n contain matches to any parenthesized substrings in the regular expression.
The method updates the contents of the RegExp object.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js824.htm, 2KB, , updated: 1997/9/30 04:45, local time: 2024/10/31 18:02,
3.129.67.38: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://linistepper.com/techref/inet/iis/jscript/htm/js824.htm"> match Method</A> |
Did you find what you needed? |