add glossary/Regular-expressions
This commit is contained in:
4
glossary/Regular-expressions.md
Normal file
4
glossary/Regular-expressions.md
Normal file
@ -0,0 +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.
|
||||
Reference in New Issue
Block a user