Examples with "objeto RegExp" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Llamando a la función constructora del objeto RegExp, como a continuación
Or calling the constructor function of the RegExp object, as follows
El substring encontrado no puede ser re-llamado desde el array de elementos resultante,..., [n] o desde las propiedades predefinidas del objeto RegExp $1,..., $9.
The matched substring cannot be recalled from the resulting array's elements,..., [n] or from the predefined RegExp object's properties $1,..., $9. Quantifiers
Las siguientes no son propiedades de las instancias de RegExp, no existen más en el objeto RegExp: Propiedad Descripción
The following are now properties of RegExp instances, no longer of the RegExp object: Property Description
El siguiente ejemplo muestra la cadena de representación de un objeto RegExp
Estos objetos representan cadenas y soporte para manipularlos. String RegExp
These objects represent strings and support manipulating them. String RegExp
Si usted utiliza exec o match y si se logra la coincidencia, estos métodos devuelven un array y actualiza las propiedades del objeto de la expresión regular asociada y también aquellas del objeto de la expresión regular predefinida, RegExp.
If you use exec or match and if the match succeeds, these methods return an array and update properties of the associated regular expression object and also of the predefined regular expression object, RegExp.
La notación literal compila la RegExp en el lugar en que es evaluada, por lo que se debe usar esta forma cuando el objeto se use varias veces, por ejemplo en un bucle la expresión se evalua solo una vez y no en cada iteración.
Use literal notation when the regular expression will remain constant. For example, if you use literal notation to construct a regular expression used in a loop, the regular expression won't be recompiled on each iteration.
Si se pasa un objeto obj que no sea una expresión regular, se convierte implícitamente en una expresión regualar usando new RegExp(obj).
If a non-RegExp object obj is passed, it is implicitly converted to a RegExp by using new RegExp(obj).
Utilice el operador new para crear una instancia de un tipo propio o de uno de los tipos de objetos predefinidos: Array, Boolean, Date, Function, Image, Number, Object, Option, RegExp o String.
nova You can use the new operator to create an instance of a user-defined object type or of one of the built-in object types.
(array, string, number, regexp): lista de tipos de objetos con propiedades que hacen referencia a una matriz, una string, un número o una expresión regular.
(array, string, number, regexp) - a list of object types with properties which reference an Array, String, Number or regular expression.
Se añade Regexp#match?, ejecuta una comparación con expresiones regulares sin crear un objeto de referencia y cambia $~ para ejecutar asignación de memoria.
Added Regexp#match?, which executes a regexp match without creating a back reference object and changing $~ to reduce object allocation.
En la web, {{glossary("JavaScript")}} proporciona otra implementación de expresiones regulares a través del objeto {{jsxref("RegExp")}}.
On the Web, {{glossary("JavaScript")}} provides another regex implementation through the {{jsxref("RegExp")}} object.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.