Files
30-seconds-of-code/glossary/Regular-expressions.md
2019-08-13 11:19:29 +03:00

8 lines
256 B
Markdown

---
title: Regular expressions
tags: Regular expressions
---
Regular expressions (known as regex or regexp) are patterns used to match character combinations in strings.
JavaScript provides a regular expression implementation through the `RegExp` object.