@@ -33,13 +33,12 @@ The regular expression. If the pattern starts with a saved capture name, it wil
3333
3434
3535
36- > ** Type** : ``` [String] ```
3736
38- > ** Required** : true
3937
40- > ** Position** : 1
4138
42- > ** PipelineInput** : true (ByPropertyName)
39+ | Type | Required| Position| PipelineInput |
40+ | ----------| --------| --------| ---------------------|
41+ | ` [String] ` | true | 1 | true (ByPropertyName)|
4342
4443
4544
@@ -50,13 +49,12 @@ One or more strings to match.
5049
5150
5251
53- > ** Type** : ``` [String[]] ```
5452
55- > ** Required** : false
5653
57- > ** Position** : 2
5854
59- > ** PipelineInput** : true (ByPropertyName)
55+ | Type | Required| Position| PipelineInput |
56+ | ------------| --------| --------| ---------------------|
57+ | ` [String[]] ` | false | 2 | true (ByPropertyName)|
6058
6159
6260
@@ -67,13 +65,12 @@ If set, will remove the regular expression matches from the text.
6765
6866
6967
70- > ** Type** : ``` [Switch] ```
7168
72- > ** Required** : false
7369
74- > ** Position** : named
7570
76- > ** PipelineInput** : true (ByPropertyName)
71+ | Type | Required| Position| PipelineInput |
72+ | ----------| --------| --------| ---------------------|
73+ | ` [Switch] ` | false | named | true (ByPropertyName)|
7774
7875
7976
@@ -86,13 +83,12 @@ https://docs.microsoft.com/en-us/dotnet/standard/base-types/substitutions-in-reg
8683
8784
8885
89- > ** Type** : ``` [String] ```
9086
91- > ** Required** : false
9287
93- > ** Position** : named
9488
95- > ** PipelineInput** : true (ByPropertyName)
89+ | Type | Required| Position| PipelineInput |
90+ | ----------| --------| --------| ---------------------|
91+ | ` [String] ` | false | named | true (ByPropertyName)|
9692
9793
9894
@@ -105,13 +101,12 @@ https://docs.microsoft.com/en-us/dotnet/standard/base-types/substitutions-in-reg
105101
106102
107103
108- > ** Type** : ``` [String] ```
109104
110- > ** Required** : false
111105
112- > ** Position** : named
113106
114- > ** PipelineInput** : true (ByPropertyName)
107+ | Type | Required| Position| PipelineInput |
108+ | ----------| --------| --------| ---------------------|
109+ | ` [String] ` | false | named | true (ByPropertyName)|
115110
116111
117112
@@ -139,13 +134,12 @@ Valid Values:
139134
140135
141136
142- > ** Type** : ``` [RegexOptions] ```
143137
144- > ** Required** : false
145138
146- > ** Position** : 4
147139
148- > ** PipelineInput** : true (ByPropertyName)
140+ | Type | Required| Position| PipelineInput |
141+ | ----------------| --------| --------| ---------------------|
142+ | ` [RegexOptions] ` | false | 4 | true (ByPropertyName)|
149143
150144
151145
@@ -156,13 +150,12 @@ Indicates that the cmdlet makes matches case-sensitive. By default, matches are
156150
157151
158152
159- > ** Type** : ``` [Switch] ```
160153
161- > ** Required** : false
162154
163- > ** Position** : named
164155
165- > ** PipelineInput** : true (ByPropertyName)
156+ | Type | Required| Position| PipelineInput |
157+ | ----------| --------| --------| ---------------------|
158+ | ` [Switch] ` | false | named | true (ByPropertyName)|
166159
167160
168161
@@ -173,13 +166,12 @@ The match timeout. By default, one second.
173166
174167
175168
176- > ** Type** : ``` [TimeSpan] ```
177169
178- > ** Required** : false
179170
180- > ** Position** : named
181171
182- > ** PipelineInput** : true (ByPropertyName)
172+ | Type | Required| Position| PipelineInput |
173+ | ------------| --------| --------| ---------------------|
174+ | ` [TimeSpan] ` | false | named | true (ByPropertyName)|
183175
184176
185177
0 commit comments