Update article.md

This commit is contained in:
alevmo 2019-08-18 20:54:52 -04:00 committed by GitHub
parent 852ee18917
commit 1e284b8b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
There are two sets of methods to deal with regular expressions.
1. First, regular expressions are objects of the built-in [RegExp](mdn:js/RegExp) class, it provides many methods.
2. Besides that, there are methods in regular strings can work with regexps.
1. First, regular expressions are objects of the built-in [RegExp](mdn:js/RegExp) class, which provides many methods.
2. Additionally, there are methods in regular strings that can work with regexps.
## Recipes