D
Dicread
InicioDiccionarioRregular expression

Nota: La traducción de esta entrada está actualmente en revisión de calidad, por lo que parte del contenido se muestra temporalmente solo en inglés.

Esta entrada aún no se ha traducido a tu idioma, así que se muestra el original a continuación.

regular expression

regular expression
Noun
pl: regular expressions

This term is a technical staple in computer science and software engineering. While the full phrase is standard, it is almost universally abbreviated as "regex" or "regexp" in professional conversation and documentation. The term describes a formal algebraic notation for characterizing sets of strings.

Because this is a compound noun referring to a specific tool or pattern, it is treated as a countable entity. Users typically refer to "a regular expression" when discussing a single pattern and "regular expressions" when discussing the concept or a collection of patterns.

Meanings

Nounregular expression

A sequence of characters that defines a search pattern for strings, used in programming and text processing to find, replace, or validate specific patterns of text.

Related Words

Última actualización: May 2026Reportar un error