Files
30-seconds-of-code/glossary/Regular-expressions.md
2018-07-18 11:23:00 +02:00

5 lines
194 B
Markdown

### Regular expressions
Regular expressions (known as regex) are patterns used to match character combinations in strings.
JavaScript provides regex implementation through the `RegExp` object.