| external help file | Module Name | online version | schema |
|---|---|---|---|
Elizium.Loopz-help.xml |
Elizium.Loopz |
2.0.0 |
Helper function to assist in processing regular expression parameters that can be adorned with an occurrence value.
Resolve-PatternOccurrence [[-Value] <Array>] [<CommonParameters>]Since the occurrence part is optional and defaults to mean first occurrence only, this function will fill in the default 'f' when occurrence is not specified.
The value of a regex parameter, which is an array whose first element is the pattern and the second if present is the match occurrence.
Type: Array
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.