{"json_modified": "2015-06-08T01:19:21.945386", "slug": "Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "tags": ["Property", "RegExp", "Regular Expressions", "JavaScript"], "locale": "zh-CN", "title": "RegExp.lastIndex", "translations": [{"title": "RegExp.lastIndex", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "tags": [], "summary": "\u6b21\u306e\u30de\u30c3\u30c1\u306e\u59cb\u307e\u308a\u306e\u4f4d\u7f6e\u3092\u793a\u3059\u3001\u8aad\u307f\u66f8\u304d\u53ef\u80fd\u306a\u6574\u6570\u5024\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u3059\u3002", "localization_tags": ["inprogress"], "locale": "ja", "last_edit": "2015-04-14T00:30:13", "review_tags": []}, {"title": "RegExp.lastIndex", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "tags": ["Property", "Reference", "RegExp", "R\u00e9f\u00e9rence", "Regular Expressions", "JavaScript"], "summary": "The lastIndex is a read/write integer property of regular expressions that specifies the index at which to start the next match.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-01-21T04:12:01", "review_tags": []}, {"title": "RegExp.lastIndex", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/RegExp/lastIndex", "tags": ["Property", "Reference", "RegExp", "R\u00e9f\u00e9rence", "Regular Expressions", "JavaScript"], "summary": "La propri\u00e9t\u00e9 lastIndex est un entier en lecture/\u00e9criture qui permet de d\u00e9finir l'indice (position) \u00e0 partir duquel chercher la prochaine correspondance.", "localization_tags": [], "locale": "fr", "last_edit": "2015-02-07T11:21:52", "review_tags": []}, {"title": "RegExp.lastIndex", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "tags": ["Property", "\u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f", "Reference", "RegExp", "R\u00e9f\u00e9rence", "JavaScript"], "summary": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e lastIndex \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0446\u0435\u043b\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e\u043c \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0433\u043e \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c \u043a\u0430\u043a \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f, \u0442\u0430\u043a \u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u0438\u043d\u0434\u0435\u043a\u0441, \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435.", "localization_tags": [], "locale": "ru", "last_edit": "2015-01-21T04:14:50", "review_tags": []}], "modified": "2015-06-08T01:19:20", "label": "RegExp.lastIndex", "localization_tags": [], "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "last_edit": "2014-08-25T23:10:30", "summary": "lastIndex\u00a0\u662f\u6b63\u5219\u8868\u8fbe\u5f0f\u7684\u4e00\u4e2a\u53ef\u8bfb\u53ef\u5199\u7684\u6574\u578b\u5c5e\u6027\uff0c\u7528\u6765\u6307\u5b9a\u4e0b\u4e00\u6b21\u5339\u914d\u7684\u8d77\u59cb\u7d22\u5f15\u3002", "sections": [{"id": "Quick_Links", "title": "JavaScript \u6807\u51c6\u5e93 RegExp \u5c5e\u6027 RegExp.$1-$9 [\u6211\u6765\u8bd1!] RegExp.input ($_) [\u6211\u6765\u8bd1!] RegExp.lastIndex RegExp.lastMatch ($&) [\u6211\u6765\u8bd1!] RegExp.lastParen ($+) [\u6211\u6765\u8bd1!] RegExp.leftContext ($`) [\u6211\u6765\u8bd1!] RegExp.prototype RegExp.prototype.flags [\u6211\u6765\u8bd1!] RegExp.prototype.global RegExp.prototype.ignoreCase RegExp.prototype.multiline RegExp.prototype.source RegExp.prototype.sticky [\u6211\u6765\u8bd1!] RegExp.prototype.unicode [\u6211\u6765\u8bd1!] RegExp.rightContext ($') [\u6211\u6765\u8bd1!] \u65b9\u6cd5 RegExp.prototype.compile() [\u6211\u6765\u8bd1!] RegExp.prototype.exec() RegExp.prototype.test() RegExp.prototype.toSource() RegExp.prototype.toString() \u7ee7\u627f Function \u5c5e\u6027 Function.arguments Function.arity Function.caller Function.displayName [\u6211\u6765\u8bd1!] Function.length Function.name Function.prototype \u65b9\u6cd5 Function.prototype.apply() Function.prototype.bind() Function.prototype.call() Function.prototype.isGenerator() Function.prototype.toSource() Function.prototype.toString() Object \u5c5e\u6027 Object.prototype.__count__ [\u6211\u6765\u8bd1!] Object.prototype.__noSuchMethod__ [\u6211\u6765\u8bd1!] Object.prototype.__parent__ Object.prototype.__proto__ Object.prototype.constructor \u65b9\u6cd5 Object.prototype.__defineGetter__() Object.prototype.__defineSetter__() Object.prototype.__lookupGetter__() Object.prototype.__lookupSetter__() [\u6211\u6765\u8bd1!] Object.prototype.hasOwnProperty() Object.prototype.isPrototypeOf() Object.prototype.propertyIsEnumerable() Object.prototype.toLocaleString() Object.prototype.toSource() Object.prototype.toString() Object.prototype.unwatch() [\u6211\u6765\u8bd1!] Object.prototype.valueOf() Object.prototype.watch()"}, {"id": "Summary", "title": "\u6982\u8ff0"}, {"id": ".E8.AF.AD.E6.B3.95", "title": "\u8bed\u6cd5"}, {"id": "Description", "title": "\u63cf\u8ff0"}, {"id": ".E7.A4.BA.E4.BE.8B", "title": "\u793a\u4f8b"}, {"id": ".E8.A7.84.E8.8C.83", "title": "\u89c4\u8303"}, {"id": ".E6.B5.8F.E8.A7.88.E5.99.A8.E5.85.BC.E5.AE.B9.E6.80.A7", "title": "\u6d4f\u89c8\u5668\u517c\u5bb9\u6027"}, {"id": "See_also", "title": "\u76f8\u5173\u94fe\u63a5"}], "id": 32729, "review_tags": []}