Files
30-seconds-of-code/glossary/Regular-expressions.md
2018-07-18 19:51:08 +03:00

5 lines
219 B
Markdown

### 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.