Glossary coding Term Page

Regular expression

a pattern used to verify formats like an email address

regular-expression #coding#javascript
Korean version

Aliases

regex

Related Concepts

Core Idea

Regular expression is a pattern used to verify formats like an email address. It usually makes the most sense alongside Form validation, blur, aria-live.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept