Skip to content

Commit

Permalink
Adding ?<Degrees> (Fixes #185)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Apr 13, 2023
1 parent 6362f79 commit fa834e5
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions docs/Get-RegEx.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
Get-RegEx
---------




### Synopsis
Gets Regular Expressions



---


### Description

Gets saved Regular Expressions.



---


### Related Links
* [Use-RegEx](Use-RegEx.md)

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





---


### Examples
#### EXAMPLE 1
```PowerShell
Expand All @@ -44,7 +60,11 @@ Get-RegEx -Name NextWord
}) -join [Environment]::NewLine
```



---


### Parameters
#### **Name**

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



---
#### **FilePath**

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



|Type |Required|Position|PipelineInput |
|------------|--------|--------|---------------------|
|`[String[]]`|false |2 |true (ByPropertyName)|
|Type |Required|Position|PipelineInput |Aliases |
|------------|--------|--------|---------------------|--------|
|`[String[]]`|false |2 |true (ByPropertyName)|Fullname|



---
#### **FromModule**

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



---
#### **As**

How the expression will be returned.
Expand Down Expand Up @@ -126,7 +143,6 @@ Valid Values:



---
#### **Noun**

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





---


### Outputs
* [Management.Automation.PSObject](https://learn.microsoft.com/en-us/dotnet/api/System.Management.Automation.PSObject)






---


### Syntax
```PowerShell
Get-RegEx [[-Name] <String[]>] [[-FilePath] <String[]>] [[-FromModule] <String[]>] [[-As] <String>] [[-Noun] <String>] [<CommonParameters>]
```
---

0 comments on commit fa834e5

Please sign in to comment.