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 a895937 commit 8bf56edCopy full SHA for 8bf56ed
1 file changed
README.md
@@ -107,7 +107,7 @@ PowerShell is already a very potent tool for using Regular Expressions.
107
108
You can use the -match, -split, and -replace operators to do basic operations with Regular Expressions.
109
110
-You can use any saved expression with these operators by putting it in parenthesis, for instance:
+You can use any saved expression with these operators by putting it in paranthesis, for instance:
111
112
~~~PowerShell
113
"abc123" -match (?<Digits>)
0 commit comments