UNPKG

30-seconds-of-code

Version:
5 lines (3 loc) 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.