5 lines
194 B
Markdown
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.
|