The RegExp sticky Property
Description
The sticky
property returns true
if the /y modifier is set.
Syntax
regexp.sticky
Return Value
Type | Description |
---|---|
Boolean | Returns true if the /y modifier is set, otherwise false . |
Browser Support
regexp.sticky
is an ECMAScript6 (ES6 2015) feature.
JavaScript 2015 is fully supported in all modern browsers since June 2017:
Chrome 51 | Edge 15 | Firefox 54 | Safari 10 | Opera 38 |
May 2016 | Apr 2017 | Jun 2017 | Sep 2016 | Jun 2016 |