Skip to content

Commit 80d7fda

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding ?<PowerShell_Hashtable> ( Fixes #194 )
1 parent 763aa09 commit 80d7fda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

RegEx/PowerShell/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ They are designed to work in _most_ scenarios and to offer an alternative way to
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)|
1212
|[?<PowerShell_Function>](Function.regex.txt) |Matches PowerShell functions |
13+
|[?<PowerShell_Hashtable>](Hashtable.regex.txt) |Matches a PowerShell Hashtable |[source](Hashtable.regex.source.ps1) |
1314
|[?<PowerShell_HelpField>](HelpField.regex.ps1) |Matches specific fields from inline help<br/> |[generator](HelpField.regex.ps1) |
1415
|[?<PowerShell_Invoke_Variable>](Invoke_Variable.regex.txt)|Matches any time a variable is invoked (with the . or & operator) |[source](Invoke_Variable.regex.source.ps1)|
1516
|[?<PowerShell_ParameterSet>](ParameterSet.regex.txt) |Matches PowerShell ParameterSets (in [Parameter] and [CmdletBinding] attributes) |[source](ParameterSet.regex.source.ps1) |

0 commit comments

Comments
 (0)