Microsoft® JScript Regular Expression Object |
Language Reference Version 3 |
Contains a regular expression pattern.
var regularexpression = /pattern/[switch]
var regularexpression = new RegExp("pattern",["switch"])
The regular expression object syntax has these parts:
Part Description pattern Required. The regular expression pattern to use. If you use Syntax 1, delimit the pattern by "/" characters. If you use Syntax 2, enclose the pattern in quotes. switch Optional. Enclose switch in quotes if you use Syntax 2. Available switches are: i (ignore case) g (global search for all occurrences of pattern) gi (global search, ignore case)
Regular Expression objects store patterns used when searching strings for character combinations. After the Regular Expression object is created, it is either passed to a string method, or a string is passed to one of the regular expression methods. Information about the most recent search performed is stored in the RegExp object.Use Syntax 1 when you know the search string ahead of time. Use Syntax 2 when the search string is changing frequently, or is unknown, such as strings taken from user input.
The pattern argument is compiled into an internal format before use. For Syntax 1, pattern is compiled as the script is loaded. For Syntax 2, pattern is compiled just before use, or when the compile method is called.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js600.htm, 3KB, , updated: 1997/9/30 03:44, local time: 2024/11/1 13:29,
18.118.217.168: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/js600.htm"> Regular Expression Object</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.