Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.44 KB

File metadata and controls

75 lines (50 loc) · 1.44 KB
external help file Elizium.Loopz-help.xml
Module Name Elizium.Loopz
online version https://eliziumnet.github.io/Loopz/
schema 2.0.0

Update-GroupRefs

SYNOPSIS

Updates group references with their captured values.

SYNTAX

Update-GroupRefs [[-Source] <String>] [[-Captures] <Hashtable>] [<CommonParameters>]

DESCRIPTION

Returns a new string that reflects the replacement of group named references. The only exception is $0, meaning the whole match (not required).

PARAMETERS

-Captures

Hashtable mapping named group reference to group capture value.

Type: Hashtable
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Source

The source value containing group references.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.String

NOTES

RELATED LINKS

Elizium.Loopz