-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Use-RegEx -Extract is great for creating a property bag. It could be even more helpful if it auto-converted primitive types, such as [Timespan], [Datetime], [float], [int], [bool] . This functionality is possible with -Coerce, but requires knowledge of each capture.
Describe the solution you'd like
Either:
- Make -Extract auto-coerce primitive types
- Make a [switch] parameter controls auto-coercion
- Make a parameter that allows one to control the method of -Extraction, with a value that allows auto-coercion.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request