Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow config substitutions to specify re replace strings #755

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

tefra
Copy link
Owner

@tefra tefra commented Feb 25, 2023

📒 Description

The default search/replace example for class names doesn't demonstrate that this feature is using re.sub

Update the apply method to allow replacement string to specify match group numbers \1 \2 \3

Resolves #742

🔗 What I've Done

Write a description of the steps taken to resolve the issue

💬 Comments

A place to write any comments to the reviewer.

🛫 Checklist

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tefra tefra merged commit 7497f0a into master Feb 25, 2023
@tefra tefra deleted the fix-742 branch February 25, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

default substitution "Class"->"Type" does infix substitution
1 participant