{"json_modified": "2015-04-12T03:11:04.559395", "slug": "Web/JavaScript/Referencia/Objetos_globales/RegExp", "tags": ["Constructor", "RegExp", "Regular Expressions", "JavaScript"], "locale": "es", "title": "RegExp", "translations": [{"title": "RegExp", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp", "tags": [], "summary": "", "localization_tags": [], "locale": "zh-CN", "last_edit": "2014-08-26T05:35:16", "review_tags": []}, {"title": "RegExp", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp", "tags": ["Constructor", "Reference", "R\u00e9ference", "RegExp", "R\u00e9f\u00e9rence", "Regular Expressions", "JavaScript"], "summary": "", "localization_tags": [], "locale": "en-US", "last_edit": "2015-03-16T06:43:57", "review_tags": []}, {"title": "RegExp", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/RegExp", "tags": ["Constructor", "Reference", "R\u00e9ference", "RegExp", "R\u00e9f\u00e9rence", "Regular Expressions", "JavaScript"], "summary": "", "localization_tags": [], "locale": "fr", "last_edit": "2015-04-03T08:30:08", "review_tags": []}, {"title": "RegExp", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/RegExp", "tags": ["JavaScript Reference", "NeedsMobileBrowserCompatibility", "Regular Expressions", "NeedsBrowserCompatibility", "JavaScript"], "summary": "", "localization_tags": [], "locale": "ja", "last_edit": "2014-05-23T13:18:49", "review_tags": []}, {"title": "RegExp", "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/RegExp", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Wszystkie_kategorie"], "summary": "", "localization_tags": [], "locale": "pl", "last_edit": "2014-05-31T00:08:29", "review_tags": []}, {"title": "RegExp", "url": "/de/docs/Web/JavaScript/Reference/Global_Objects/RegExp", "tags": [], "summary": "", "localization_tags": [], "locale": "de", "last_edit": "2014-11-14T06:55:52", "review_tags": []}, {"title": "RegExp", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/RegExp", "tags": ["\u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f", "Constructor", "Reference", "R\u00e9ference", "RegExp", "R\u00e9f\u00e9rence", "JavaScript"], "summary": "", "localization_tags": [], "locale": "ru", "last_edit": "2015-04-11T13:12:29", "review_tags": []}, {"title": "RegExp", "url": "/fa/docs/Web/JavaScript/Reference/Global_Objects/RegExp", "tags": ["Constructor", "TopicStub", "NeedsTranslation", "RegExp", "Regular Expressions", "JavaScript"], "summary": "", "localization_tags": ["inprogress"], "locale": "fa", "last_edit": "2014-10-04T02:40:28", "review_tags": []}, {"title": "RegExp", "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/RegExp", "tags": [], "summary": "", "localization_tags": ["inprogress"], "locale": "pt-BR", "last_edit": "2014-12-17T00:20:43", "review_tags": []}], "modified": "2015-04-12T03:11:03", "label": "RegExp", "localization_tags": [], "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/RegExp", "last_edit": "2014-08-12T01:00:57", "summary": "Crea un objeto 'expresi\u00f3n regular' para encontrar texto de acuerdo a un patr\u00f3n.", "sections": [{"id": "Quick_Links", "title": "Standard built-in objects RegExp Propriedades RegExp.$1-$9 [Traducir] RegExp.input ($_) [Traducir] RegExp.lastIndex [Traducir] RegExp.lastMatch ($&) [Traducir] RegExp.lastParen ($+) [Traducir] RegExp.leftContext ($`) [Traducir] RegExp.prototype [Traducir] RegExp.prototype.flags [Traducir] RegExp.prototype.global [Traducir] RegExp.prototype.ignoreCase [Traducir] RegExp.prototype.multiline [Traducir] RegExp.prototype.source [Traducir] RegExp.prototype.sticky [Traducir] RegExp.prototype.unicode [Traducir] RegExp.rightContext ($') [Traducir] M\u00e9todos RegExp.prototype.compile() [Traducir] RegExp.prototype.exec() [Traducir] RegExp.prototype.test() [Traducir] RegExp.prototype.toSource() [Traducir] RegExp.prototype.toString() [Traducir] Inheritance: Function Propriedades arguments Function.arity [Traducir] Function.caller [Traducir] Function.displayName [Traducir] Function.length [Traducir] Function.name [Traducir] Function.prototype M\u00e9todos Function.prototype.apply() Function.prototype.bind() Function.prototype.call() Function.prototype.isGenerator() [Traducir] Function.prototype.toSource() [Traducir] Function.prototype.toString() [Traducir] Object Propriedades Object.prototype.__count__ [Traducir] Object.prototype.__noSuchMethod__ [Traducir] Object.prototype.__parent__ [Traducir] Object.prototype.__proto__ [Traducir] Object.prototype.constructor M\u00e9todos Object.prototype.__defineGetter__() [Traducir] Object.prototype.__defineSetter__() [Traducir] Object.prototype.__lookupGetter__() [Traducir] Object.prototype.__lookupSetter__() [Traducir] Object.prototype.hasOwnProperty() Object.prototype.isPrototypeOf() [Traducir] Object.prototype.propertyIsEnumerable() [Traducir] Object.prototype.toLocaleString() [Traducir] Object.prototype.toSource() [Traducir] Object.prototype.toString() Object.prototype.unwatch() Object.prototype.valueOf() Object.prototype.watch()"}, {"id": "Summary", "title": "Sumario"}, {"id": "Syntax", "title": "Sintaxis"}, {"id": "Parameters", "title": "Parametros"}, {"id": "Description", "title": "Descripci\u00f3n"}, {"id": "Special_characters_in_regular_expressions", "title": "Caracteres especiales en expresiones regulares"}, {"id": "Properties", "title": "Properties"}, {"id": "Methods", "title": "Methods"}, {"id": "Properties_2", "title": "Properties"}, {"id": "Methods_2", "title": "Methods"}, {"id": "Properties_3", "title": "Properties"}, {"id": "Methods_3", "title": "Methods"}, {"id": "Examples", "title": "Examples"}, {"id": "Example:_Using_a_regular_expression_to_change_data_format", "title": "Example: Using a regular expression to change data format"}, {"id": "Example:_Using_a_regular_expression_with_the_.22sticky.22_flag", "title": "Example: Using a regular expression with the \"sticky\" flag"}, {"id": "See_also", "title": "See also"}], "id": 8177, "review_tags": []}