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

219 B

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.