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 2b6e6f1 + e1be53d commit a895937Copy full SHA for a895937
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 paranthesis, for instance:
+You can use any saved expression with these operators by putting it in parenthesis, for instance:
111
112
~~~PowerShell
113
"abc123" -match (?<Digits>)
0 commit comments