Skip to content

Commit 3aac136

Browse files
StartAutomatingStartAutomating
authored andcommitted
Create FUNDING.yml
1 parent 88fb481 commit 3aac136

1 file changed

Lines changed: 31 additions & 8 deletions

File tree

docs/Get-RegEx.md

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
Get-RegEx
22
---------
3+
4+
5+
6+
37
### Synopsis
48
Gets Regular Expressions
59

10+
11+
612
---
13+
14+
715
### Description
816

917
Gets saved Regular Expressions.
1018

19+
20+
1121
---
22+
23+
1224
### Related Links
1325
* [Use-RegEx](Use-RegEx.md)
1426

@@ -18,7 +30,11 @@ Gets saved Regular Expressions.
1830

1931

2032

33+
34+
2135
---
36+
37+
2238
### Examples
2339
#### EXAMPLE 1
2440
```PowerShell
@@ -44,7 +60,11 @@ Get-RegEx -Name NextWord
4460
}) -join [Environment]::NewLine
4561
```
4662

63+
64+
4765
---
66+
67+
4868
### Parameters
4969
#### **Name**
5070

@@ -61,7 +81,6 @@ The Name of the Regular Expression.
6181

6282

6383

64-
---
6584
#### **FilePath**
6685

6786
The path to one or more files or folders containing regular expressions.
@@ -72,13 +91,12 @@ Files should be named $Name.regex.txt
7291

7392

7493

75-
|Type |Required|Position|PipelineInput |
76-
|------------|--------|--------|---------------------|
77-
|`[String[]]`|false |2 |true (ByPropertyName)|
94+
|Type |Required|Position|PipelineInput |Aliases |
95+
|------------|--------|--------|---------------------|--------|
96+
|`[String[]]`|false |2 |true (ByPropertyName)|Fullname|
7897

7998

8099

81-
---
82100
#### **FromModule**
83101

84102
If provided, will get regular expressions from any number of already imported modules.
@@ -94,7 +112,6 @@ If provided, will get regular expressions from any number of already imported mo
94112

95113

96114

97-
---
98115
#### **As**
99116

100117
How the expression will be returned.
@@ -126,7 +143,6 @@ Valid Values:
126143

127144

128145

129-
---
130146
#### **Noun**
131147

132148
If provided, will rename -RegEx commands with the provided -Noun.
@@ -144,16 +160,23 @@ It prevents name conflicts with Irregular.
144160

145161

146162

163+
164+
147165
---
166+
167+
148168
### Outputs
149169
* [Management.Automation.PSObject](https://learn.microsoft.com/en-us/dotnet/api/System.Management.Automation.PSObject)
150170

151171

152172

153173

174+
175+
154176
---
177+
178+
155179
### Syntax
156180
```PowerShell
157181
Get-RegEx [[-Name] <String[]>] [[-FilePath] <String[]>] [[-FromModule] <String[]>] [[-As] <String>] [[-Noun] <String>] [<CommonParameters>]
158182
```
159-
---

0 commit comments

Comments
 (0)