Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaScript Programmer's Reference - RegExp Object

You are here: irt.org | XRef | core | RegExp

RegExp Object

Object/core
Internet Explorer 4
Netscape Navigator 4
The static properties of a regular expression object do not conform to the same static scoping rules as the rest of JavaScript.

RegExp Constructors

NameMSIENNavNotes
RegExp()44

RegExp Methods

NameMSIENNavNotes
compile()44
exec()44Support for this method is bugged in MSIE version 4.
test()44
toSource()-4.06
toString()44

RegExp Functions

NameMSIENNavNotes
RegExp()-4

RegExp Properties

NameMSIENNavNotes
$_44
constructor44
global44
ignoreCase5.54
index4-
lastIndex44
prototype44
source44
RegExp["$&"]5.54

RegExp Static Properties

NameMSIENNavNotes
$n44
input44
lastMatch5.54
lastParen5.54
leftContext5.54
multiline5.54
rightContext5.54
RegExp["$'"]5.54
RegExp["$*"]5.54
RegExp["$+"]5.54
RegExp["$`"]5.54


You are here: irt.org | XRef | core | RegExp

©2018 Martin Webb