Update Regular-expressions.md
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
### Regular expressions
|
||||
|
||||
Regular expressions (known as regex) are patterns used to match character combinations in strings.
|
||||
JavaScript provides regex implementation through the `RegExp` object.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user