256 B
256 B
title, tags
| title | tags |
|---|---|
| Regular expressions | 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.