JavaScript source 属性
描述
source 属性返回 RegExp 模式的文本。
浏览器支持
source
是 ECMAScript1 (ES1) 功能。
ES1 (JavaScript 1997) 在所有浏览器中都完全受支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 是 |
语法
RegExpObject.source
返回值
类型 | 描述 |
---|---|
字符串 | RegExp 模式的文本 |
source 属性返回 RegExp 模式的文本。
source
是 ECMAScript1 (ES1) 功能。
ES1 (JavaScript 1997) 在所有浏览器中都完全受支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 是 |
RegExpObject.source
类型 | 描述 |
---|---|
字符串 | RegExp 模式的文本 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]