@@ -38,13 +38,12 @@ The name of the regular expression. If not provided, this can be inferred if th
3838
3939
4040
41- > ** Type** : ``` [String[]] ```
4241
43- > ** Required** : false
4442
45- > ** Position** : 1
4643
47- > ** PipelineInput** : true (ByPropertyName)
44+ | Type | Required| Position| PipelineInput |
45+ | ------------| --------| --------| ---------------------|
46+ | ` [String[]] ` | false | 1 | true (ByPropertyName)|
4847
4948
5049
@@ -56,13 +55,12 @@ If this is not provided, it will export regular expressions to the user's Irregu
5655
5756
5857
59- > ** Type** : ``` [String] ```
6058
61- > ** Required** : false
6259
63- > ** Position** : 2
6460
65- > ** PipelineInput** : true (ByPropertyName)
61+ | Type | Required| Position| PipelineInput |
62+ | ----------| --------| --------| ---------------------|
63+ | ` [String] ` | false | 2 | true (ByPropertyName)|
6664
6765
6866
@@ -89,13 +87,12 @@ Valid Values:
8987
9088
9189
92- > ** Type** : ``` [String] ```
9390
94- > ** Required** : false
9591
96- > ** Position** : 3
9792
98- > ** PipelineInput** : false
93+ | Type | Required| Position| PipelineInput|
94+ | ----------| --------| --------| -------------|
95+ | ` [String] ` | false | 3 | false |
9996
10097
10198
@@ -108,13 +105,12 @@ It prevents name conflicts with Irregular.
108105
109106
110107
111- > ** Type** : ``` [String] ```
112108
113- > ** Required** : false
114109
115- > ** Position** : 4
116110
117- > ** PipelineInput** : false
111+ | Type | Required| Position| PipelineInput|
112+ | ----------| --------| --------| -------------|
113+ | ` [String] ` | false | 4 | false |
118114
119115
120116
0 commit comments