-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Padding for matched group. #47013
Copy link
Copy link
Open
Labels
Needs-TriageFor issues raised to be triaged and prioritized by internal Microsoft teamsFor issues raised to be triaged and prioritized by internal Microsoft teamsProduct-PowerRenameRefers to the PowerRename PowerToyRefers to the PowerRename PowerToy
Metadata
Metadata
Assignees
Labels
Needs-TriageFor issues raised to be triaged and prioritized by internal Microsoft teamsFor issues raised to be triaged and prioritized by internal Microsoft teamsProduct-PowerRenameRefers to the PowerRename PowerToyRefers to the PowerRename PowerToy
Description of the new feature / enhancement
Padding for matched group.
Scenario when this would be used?
Suppose I have files like
I want to use (\d+), then update to S01A01.MP4,S01A02.MP4 and so on.
${1;padding=2}doesn't work here.
Supporting information
No response