Skip to content

Commit 017b695

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #181 from chadmando/patch-1
Documentation: remove word for clarity
1 parent c636059 commit 017b695

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

RegEx/PowerShell/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ They are designed to work in _most_ scenarios and to offer an alternative way to
99
|----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|------------------------------------------|
1010
|[?<PowerShell_Attribute>](Attribute.regex.txt) |Matches a PowerShell attribute declaration |
1111
|[?<PowerShell_AttributeValue>](AttributeValue.regex.txt) |This expression extracts the key/value pairs from a PowerShell attribute body (the content within parenthesis)|
12-
|[?<PowerShell_Function>](Function.regex.txt) |Matches PowerShell functions |
1312
|[?<PowerShell_HelpField>](HelpField.regex.ps1) |Matches specific fields from inline help<br/> |[generator](HelpField.regex.ps1) |
1413
|[?<PowerShell_Invoke_Variable>](Invoke_Variable.regex.txt)|Matches any time a variable is invoked (with the . or & operator) |[source](Invoke_Variable.regex.source.ps1)|
1514
|[?<PowerShell_ParameterSet>](ParameterSet.regex.txt) |Matches PowerShell ParameterSets (in [Parameter] and [CmdletBinding] attributes) |[source](ParameterSet.regex.source.ps1) |

0 commit comments

Comments
 (0)