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
| Name | MSIE | NNav | Notes |
|---|
| RegExp() | 4 | 4 | |
RegExp Methods
| Name | MSIE | NNav | Notes |
|---|
| compile() | 4 | 4 | |
| exec() | 4 | 4 | Support for this method is bugged in MSIE version 4. |
| test() | 4 | 4 | |
| toSource() | - | 4.06 | |
| toString() | 4 | 4 | |
RegExp Functions
| Name | MSIE | NNav | Notes |
|---|
| RegExp() | - | 4 | |
RegExp Properties
| Name | MSIE | NNav | Notes |
|---|
| $_ | 4 | 4 | |
| constructor | 4 | 4 | |
| global | 4 | 4 | |
| ignoreCase | 5.5 | 4 | |
| index | 4 | - | |
| lastIndex | 4 | 4 | |
| prototype | 4 | 4 | |
| source | 4 | 4 | |
| RegExp["$&"] | 5.5 | 4 | |
RegExp Static Properties
You are here: irt.org | XRef | core | RegExp
©2018 Martin Webb