| external help file | Module Name | online version | schema |
|---|---|---|---|
Elizium.Loopz-help.xml |
Elizium.Loopz |
2.0.0 |
Performs the opposite of [string]::Substring.
Get-InverseSubString [-Source] <String> [-StartIndex <Int32>] [-Length <Int32>] [-Split] [-Marker <Char>]
[<CommonParameters>]Returns the remainder of that part of the substring denoted by the $StartIndex $Length.
The number of characters in the sub-string.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseA character used to mark the position of the sub-string. If the client specifies a marker, then this marker is inserted between the head and the tail.
Type: Char
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe source string
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseWhen getting the inverse sub-string there are two elements that are returned, the head (prior to sub-string) and the tail, what comes after the sub-string. This switch indicates whether the function returns the head and tail as separate entities in an array, or should simply return the tail appended to the head.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe index of sub-string.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
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.