{"json_modified": "2016-10-12T06:10:18.272595", "uuid": "efb894c2-211c-46c6-8dbe-563150d10fbc", "title": "regexp.lastIndex", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "tags": ["Reference", "RegExp", "Property", "Regular Expressions", "JavaScript"], "translations": [{"uuid": "48b24a07-a3d5-40ff-8a61-67d1daf23c5f", "title": "regExp.lastIndex", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/RegExp/lastIndex", "tags": ["R\u00e9f\u00e9rence", "RegExp", "Propri\u00e9t\u00e9", "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 pour une instance d'expression rationnelle donn\u00e9e.", "localization_tags": [], "locale": "fr", "last_edit": "2016-05-28T23:31:42", "review_tags": []}, {"uuid": "817da4a7-9b34-4cc6-8cad-b4eed77c82bf", "title": "RegExp.lastIndex", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "tags": ["Regular Expression", "Reference", "RegExp", "Property", "JavaScript"], "summary": "lastIndex \u306f\u3001\u6b21\u306e\u30de\u30c3\u30c1\u306e\u59cb\u307e\u308a\u306e\u4f4d\u7f6e\u3092\u793a\u3059\u3001\u6b63\u898f\u8868\u73fe\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u8aad\u307f\u66f8\u304d\u53ef\u80fd\u306a\u6574\u6570\u5024\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2016-10-12T06:09:58", "review_tags": []}, {"uuid": "1909dd7b-85f9-4b1e-a64b-993f08421a11", "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": []}, {"uuid": "1db44605-2f18-4267-8245-254aada4f298", "title": "RegExp.lastIndex", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "tags": ["Property", "RegExp", "Regular Expressions", "JavaScript"], "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", "localization_tags": [], "locale": "zh-CN", "last_edit": "2014-08-25T23:10:30", "review_tags": []}], "modified": "2016-05-27T23:03:54", "label": "regexp.lastIndex", "localization_tags": [], "locale": "en-US", "id": 40185, "last_edit": "2016-05-27T23:03:49", "summary": "The lastIndex is a read/write integer property of regular expression instances that specifies the index at which to start the next match.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "Syntax"}, {"id": "Description", "title": "Description"}, {"id": "Examples", "title": "Examples"}, {"id": "Using_lastIndex", "title": "Using "}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "See_also", "title": "See also"}], "slug": "Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex", "review_tags": []}