Update article.md
This commit is contained in:
parent
852ee18917
commit
1e284b8b83
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
There are two sets of methods to deal with regular expressions.
|
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.
|
1. First, regular expressions are objects of the built-in [RegExp](mdn:js/RegExp) class, which provides many methods.
|
||||||
2. Besides that, there are methods in regular strings can work with regexps.
|
2. Additionally, there are methods in regular strings that can work with regexps.
|
||||||
|
|
||||||
|
|
||||||
## Recipes
|
## Recipes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue