We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852ee18 commit 1e284b8Copy full SHA for 1e284b8
9-regular-expressions/02-regexp-methods/article.md
@@ -2,8 +2,8 @@
2
3
There are two sets of methods to deal with regular expressions.
4
5
-1. First, regular expressions are objects of the built-in [RegExp](mdn:js/RegExp) class, it provides many methods.
6
-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.
7
8
9
## Recipes
0 commit comments