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.
2 parents 1c7557c + c0cf5a8 commit 6353874Copy full SHA for 6353874
5-regular-expressions/02-regexp-methods/article.md
@@ -153,7 +153,7 @@ We can use special characters in it:
153
|`$&`|the whole match|
154
|<code>$`</code>|a part of the string before the match|
155
|`$'`|a part of the string after the match|
156
-|`$n`|if `n` is a 1-2 digit number, then it means the contents of n-th parentheses counting fro left to right|
+|`$n`|if `n` is a 1-2 digit number, then it means the contents of n-th parentheses counting from left to right|
157
158
For instance let's use `$&` to replace all entries of `"John"` by `"Mr.John"`:
159
0 commit comments