Skip to content

Commit e5f3cdb

Browse files
StartAutomatingStartAutomating
authored andcommitted
Create FUNDING.yml
1 parent 7963504 commit e5f3cdb

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
@@ -9,6 +9,7 @@ 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 |
1213
|[?<PowerShell_HelpField>](HelpField.regex.ps1) |Matches specific fields from inline help<br/> |[generator](HelpField.regex.ps1) |
1314
|[?<PowerShell_Invoke_Variable>](Invoke_Variable.regex.txt)|Matches any time a variable is invoked (with the . or & operator) |[source](Invoke_Variable.regex.source.ps1)|
1415
|[?<PowerShell_ParameterSet>](ParameterSet.regex.txt) |Matches PowerShell ParameterSets (in [Parameter] and [CmdletBinding] attributes) |[source](ParameterSet.regex.source.ps1) |

0 commit comments

Comments
 (0)