Skip to content

Commit 16788cf

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #181 from chadmando/patch-1
Documentation: remove word for clarity
1 parent e3e61e2 commit 16788cf

1 file changed

Lines changed: 15 additions & 20 deletions

File tree

docs/Get-RegEx.md

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ The Name of the Regular Expression.
5252

5353

5454

55-
> **Type**: ```[String[]]```
5655

57-
> **Required**: false
5856

59-
> **Position**: 1
6057

61-
> **PipelineInput**:true (ByPropertyName)
58+
|Type |Required|Position|PipelineInput |
59+
|------------|--------|--------|---------------------|
60+
|`[String[]]`|false |1 |true (ByPropertyName)|
6261

6362

6463

@@ -70,13 +69,12 @@ Files should be named $Name.regex.txt
7069

7170

7271

73-
> **Type**: ```[String[]]```
7472

75-
> **Required**: false
7673

77-
> **Position**: 2
7874

79-
> **PipelineInput**:true (ByPropertyName)
75+
|Type |Required|Position|PipelineInput |
76+
|------------|--------|--------|---------------------|
77+
|`[String[]]`|false |2 |true (ByPropertyName)|
8078

8179

8280

@@ -87,13 +85,12 @@ If provided, will get regular expressions from any number of already imported mo
8785

8886

8987

90-
> **Type**: ```[String[]]```
9188

92-
> **Required**: false
9389

94-
> **Position**: 3
9590

96-
> **PipelineInput**:false
91+
|Type |Required|Position|PipelineInput|
92+
|------------|--------|--------|-------------|
93+
|`[String[]]`|false |3 |false |
9794

9895

9996

@@ -120,13 +117,12 @@ Valid Values:
120117

121118

122119

123-
> **Type**: ```[String]```
124120

125-
> **Required**: false
126121

127-
> **Position**: 4
128122

129-
> **PipelineInput**:false
123+
|Type |Required|Position|PipelineInput|
124+
|----------|--------|--------|-------------|
125+
|`[String]`|false |4 |false |
130126

131127

132128

@@ -139,13 +135,12 @@ It prevents name conflicts with Irregular.
139135

140136

141137

142-
> **Type**: ```[String]```
143138

144-
> **Required**: false
145139

146-
> **Position**: 5
147140

148-
> **PipelineInput**:false
141+
|Type |Required|Position|PipelineInput|
142+
|----------|--------|--------|-------------|
143+
|`[String]`|false |5 |false |
149144

150145

151146

0 commit comments

Comments
 (0)