Skip to content

Commit 8bf56ed

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #198 from figueroadavid/figueroadavid-patch-1
Update README.md
1 parent a895937 commit 8bf56ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ PowerShell is already a very potent tool for using Regular Expressions.
107107

108108
You can use the -match, -split, and -replace operators to do basic operations with Regular Expressions.
109109

110-
You can use any saved expression with these operators by putting it in parenthesis, for instance:
110+
You can use any saved expression with these operators by putting it in paranthesis, for instance:
111111

112112
~~~PowerShell
113113
"abc123" -match (?<Digits>)

0 commit comments

Comments
 (0)