{"json_modified": "2016-09-29T20:49:24.121606", "uuid": "74f87c44-1b08-4443-9073-bf48a55de7d7", "title": "String.prototype.match()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/match", "tags": ["String", "Reference", "Prototype", "Regular Expressions", "JavaScript", "Method"], "translations": [{"uuid": "651517b2-b8a1-46fc-883e-4f3ef6918676", "title": "String.prototype.match()", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/String/match", "tags": ["String", "RegExp", "Prototype", "Regular Expressions", "JavaScript", "Method"], "summary": "El m\u00e9todo\u00a0match() se usa para obtener todas las ocurrencias de\u00a0una expresi\u00f3n regular dentro de una cadena.", "localization_tags": [], "locale": "es", "last_edit": "2015-07-15T10:09:16", "review_tags": []}, {"uuid": "2f224aee-8dbb-4c65-bc76-97667b730ed7", "title": "String.prototype.match()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/String/match", "tags": ["String", "R\u00e9f\u00e9rence", "Prototype", "JavaScript", "Expressions rationnelles", "M\u00e9thode"], "summary": "La m\u00e9thode match() permet d'obtenir le tableau des correspondances entre la cha\u00eene courante et une expression rationnelle.", "localization_tags": [], "locale": "fr", "last_edit": "2016-07-25T03:24:31", "review_tags": []}, {"uuid": "b44cf36b-330c-4546-9375-1905bc2452cd", "title": "String.prototype.match()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/String/match", "tags": ["String", "JavaScript Reference", "String Methods", "Regular Expressions", "JavaScript", "\u8981\u66f4\u65b0"], "summary": "\u6b63\u898f\u8868\u73fe\u306b\u5bfe\u3059\u308b\u6587\u5b57\u5217 \u306e\u30de\u30c3\u30c1\u30f3\u30b0\u306e\u969b\u306b\u3001\u305d\u306e\u30de\u30c3\u30c1\u7d50\u679c\u3092\u5f97\u308b\u305f\u3081\u306b\u4f7f\u308f\u308c\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2016-07-15T07:28:02", "review_tags": []}, {"uuid": "44cd1513-48d9-498b-b92e-defcd9995771", "title": "String.prototype.match()", "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String/match", "tags": ["String", "Express\u00f5es Regulares", "M\u00e9todos", "Prototype", "JavaScript", "Method"], "summary": "O\u00a0m\u00e9todo match() recupera as correspond\u00eancias ao testar uma string com uma express\u00e3o regular.", "localization_tags": ["inprogress"], "locale": "pt-BR", "last_edit": "2015-12-15T08:08:24", "review_tags": []}, {"uuid": "a1d9c578-97ae-4c05-9023-7fffac74a5be", "title": "String.prototype.match()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/String/match", "tags": ["\u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f", "String", "Reference", "R\u00e9f\u00e9rence", "Prototype", "JavaScript", "Method"], "summary": "\u041c\u0435\u0442\u043e\u0434 match() \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0432\u0448\u0438\u0435\u0441\u044f \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0441\u0442\u0440\u043e\u043a\u0438 \u0441 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c.", "localization_tags": [], "locale": "ru", "last_edit": "2015-01-30T03:38:00", "review_tags": []}, {"uuid": "3d1d40cc-2161-4352-8b20-72e73983416b", "title": "String.prototype.match()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/String/match", "tags": [], "summary": "\u5f53\u5b57\u7b26\u4e32\u5339\u914d\u5230\u6b63\u5219\u8868\u8fbe\u5f0f\uff08regular expression\uff09\u65f6\uff0cmatch() \u65b9\u6cd5\u4f1a\u63d0\u53d6\u5339\u914d\u9879\u3002", "localization_tags": [], "locale": "zh-CN", "last_edit": "2014-07-29T07:36:05", "review_tags": []}], "modified": "2016-07-23T16:54:51", "label": "String.prototype.match()", "localization_tags": [], "locale": "en-US", "id": 5974, "last_edit": "2016-07-23T16:54:25", "summary": "The match() method retrieves the matches when matching a string against a regular expression.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "Syntax"}, {"id": "Parameters", "title": "Parameters"}, {"id": "Return_value", "title": "Return value"}, {"id": "Description", "title": "Description"}, {"id": "See_also_RegExp_methods", "title": "See also: "}, {"id": "Examples", "title": "Examples"}, {"id": "Using_match()", "title": "Using "}, {"id": "Using_global_and_ignore_case_flags_with_match()", "title": "Using global and ignore case flags with "}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "Firefox-specific_notes", "title": "Firefox-specific notes"}, {"id": "See_also", "title": "See also"}], "slug": "Web/JavaScript/Reference/Global_Objects/String/match", "review_tags": []}