-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
It doesn't appear that I cannot use group matches in my regex replace config.
Instead of writing this:
'../Models/createTenant_request.md': '#createTenant_request'
'../Models/EntityDefaults.md': '#EntityDefaults'
'../Models/getAppDeployments_200_response_inner.md': '#getAppDeployments_200_response_inner'
'../Models/getApps_200_response_inner.md': '#getApps_200_response_inner'
'../Models/getSessions_200_response_inner.md': '#getSessions_200_response_inner'
'../Models/invalidateAppDeployment_request.md': '#invalidateAppDeployment_request'
'../Models/Tenant.md': '#Tenant'
'../Models/TenantBase.md': '#TenantBase'
'../Models/updateTenantApp_request.md': '#updateTenantApp_request'
This would take care of all files in the Models
folder.
({\.\.\/Models\/(.*)\.md}): '#$1'
Metadata
Metadata
Assignees
Labels
No labels