Skip to content

Commit 3679c71

Browse files
StartAutomatingStartAutomating
authored andcommitted
Create FUNDING.yml
1 parent 8261715 commit 3679c71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/SavedPatterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Irregular Patterns
2-
Irregular includes 137 regular expressions
2+
Irregular includes 138 regular expressions
33
|Name|Description|IsGenerator|
44
|:---|:----------|:----------|
55
|[ANSI_24BitColor](/RegEx/ANSI/24BitColor.regex.txt)|Matches an ANSI 24-bit color|False|
@@ -112,6 +112,7 @@ Irregular includes 137 regular expressions
112112
|[PII_Unredacted_SSN](/RegEx/PII/Unredacted_SSN.regex.txt)|Matches Unredacted Social Security Numbers|False|
113113
|[PowerShell_Attribute](/RegEx/PowerShell/Attribute.regex.txt)|Matches a PowerShell attribute declaration|False|
114114
|[PowerShell_AttributeValue](/RegEx/PowerShell/AttributeValue.regex.txt)|This expression extracts the key/value pairs from a PowerShell attribute body (the content within parenthesis)|False|
115+
|[PowerShell_Function](/RegEx/PowerShell/Function.regex.txt)|Matches PowerShell functions|False|
115116
|[PowerShell_HelpField](/RegEx/PowerShell/HelpField.regex.ps1)|Matches specific fields from inline help|True|
116117
|[PowerShell_Invoke_Variable](/RegEx/PowerShell/Invoke_Variable.regex.txt)|Matches any time a variable is invoked (with the . or & operator)|False|
117118
|[PowerShell_ParameterSet](/RegEx/PowerShell/ParameterSet.regex.txt)|Matches PowerShell ParameterSets (in [Parameter] and [CmdletBinding] attributes)|False|
@@ -139,4 +140,3 @@ Irregular includes 137 regular expressions
139140
|[Unix_FileSystemType](/RegEx/Unix/FileSystemType.regex.txt)|Matches a File System Type (described in /proc/filesystems)|False|
140141
|[Unix_Mount](/RegEx/Unix/Mount.regex.txt)|Matches a Unix Mount|False|
141142
|[Unix_User](/RegEx/Unix/User.regex.txt)|Matches a User (described in /etc/passwd)|False|
142-

0 commit comments

Comments
 (0)