Skip to content

Commit e2057bc

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Irregular Dockerfile ( Fixes #206 )
1 parent 8cfcee6 commit e2057bc

1 file changed

Lines changed: 2 additions & 38 deletions

File tree

docs/Remove-RegEx.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,42 @@
11
Remove-RegEx
22
------------
33

4-
5-
6-
74
### Synopsis
85
Removes Regular Expressions
96

10-
11-
127
---
138

14-
159
### Description
1610

1711
Removes Regular Expressions that have been created.
1812
This will remove the associated file, any module sharing the Regex's name, and any dynamic aliases.
1913

20-
21-
2214
---
2315

24-
2516
### Related Links
2617
* [Get-RegEx](Get-RegEx.md)
2718

28-
29-
3019
* [Set-RegEx](Set-RegEx.md)
3120

32-
33-
34-
35-
3621
---
3722

38-
3923
### Examples
40-
#### EXAMPLE 1
24+
> EXAMPLE 1
25+
4126
```PowerShell
4227
Remove-RegEx -Name MyRegEx
4328
```
4429

45-
46-
4730
---
4831

49-
5032
### Parameters
5133
#### **Name**
52-
5334
The name of one or more regular expressions
5435

55-
56-
57-
58-
59-
6036
|Type |Required|Position|PipelineInput |
6137
|------------|--------|--------|---------------------|
6238
|`[String[]]`|true |1 |true (ByPropertyName)|
6339

64-
65-
6640
#### **WhatIf**
6741
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
6842
-WhatIf is used to see what would happen, or return operations without executing them
@@ -72,25 +46,15 @@ The name of one or more regular expressions
7246

7347
If you pass ```-Confirm:$false``` you will not be prompted.
7448

75-
7649
If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$confirmImpactPreference```, you will not be prompted unless -Confirm is passed.
7750

78-
79-
8051
---
8152

82-
8353
### Outputs
8454
* [Nullable](https://learn.microsoft.com/en-us/dotnet/api/System.Nullable)
8555

86-
87-
88-
89-
90-
9156
---
9257

93-
9458
### Syntax
9559
```PowerShell
9660
Remove-RegEx [-Name] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

0 commit comments

Comments
 (0)