JavaScript ECMAScript RegExpJavaScript ECMAScript のRegExpに関する言語リファレンス情報をまとめたカテゴリです。RegExpクラスinstance-data-propertyRegExp: lastIndexconstructorRegExp() constructorinstance-methodRegExp.prototype.compile()RegExp.prototype.exec()RegExp.prototype.test()RegExp.prototype.toString()RegExp.prototype[Symbol.match]()RegExp.prototype[Symbol.matchAll]()RegExp.prototype[Symbol.replace]()RegExp.prototype[Symbol.search]()RegExp.prototype[Symbol.split]()static-methodRegExp.escape()instance-accessor-propertyRegExp.prototype.dotAllRegExp.prototype.flagsRegExp.prototype.globalRegExp.prototype.hasIndicesRegExp.prototype.ignoreCaseRegExp.prototype.multilineRegExp.prototype.sourceRegExp.prototype.stickyRegExp.prototype.unicodeRegExp.prototype.unicodeSetsstatic-accessor-propertyRegExp.$1, …, RegExp.$9RegExp.input ($_)RegExp.lastMatch ($&)RegExp.lastParen ($+)RegExp.leftContext ($`)RegExp.rightContext ($')RegExp[Symbol.species]