You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RegEx/PowerShell/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ They are designed to work in _most_ scenarios and to offer an alternative way to
10
10
|[?<PowerShell_Attribute>](Attribute.regex.txt)|Matches a PowerShell attribute declaration |
11
11
|[?<PowerShell_AttributeValue>](AttributeValue.regex.txt)|This expression extracts the key/value pairs from a PowerShell attribute body (the content within parenthesis)|
|[?<PowerShell_Hashtable>](Hashtable.regex.txt)|Matches a PowerShell Hashtable |[source](Hashtable.regex.source.ps1)|
13
14
|[?<PowerShell_HelpField>](HelpField.regex.ps1)|Matches specific fields from inline help<br/> |[generator](HelpField.regex.ps1)|
14
15
|[?<PowerShell_Invoke_Variable>](Invoke_Variable.regex.txt)|Matches any time a variable is invoked (with the . or & operator) |[source](Invoke_Variable.regex.source.ps1)|
15
16
|[?<PowerShell_ParameterSet>](ParameterSet.regex.txt)|Matches PowerShell ParameterSets (in [Parameter] and [CmdletBinding] attributes) |[source](ParameterSet.regex.source.ps1)|
0 commit comments