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

Support regexp in files section of config #10

Merged
merged 5 commits into from
Apr 13, 2024
Merged

Support regexp in files section of config #10

merged 5 commits into from
Apr 13, 2024

Conversation

attakei
Copy link
Owner

@attakei attakei commented Apr 9, 2024

  • Implement feature
  • Cover cases by e2e
  • Write document

Refs: #8

@attakei
Copy link
Owner Author

attakei commented Apr 9, 2024

It should be supported optional search with RegexBuilder.

https://docs.rs/regex/latest/regex/struct.RegexBuilder.html

attakei added 3 commits April 11, 2024 22:20
- This is flag to use regex-based replacement
- Default is false to keep compatibility
- when value is true, it is not working until
@attakei
Copy link
Owner Author

attakei commented Apr 13, 2024

It should be supported optional search with RegexBuilder.

https://docs.rs/regex/latest/regex/struct.RegexBuilder.html

I do not have strong will to handle options of builder in this PR (and nearly future).
Created as new issue #11.

@attakei attakei merged commit 460d4e5 into main Apr 13, 2024
6 checks passed
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.

1 participant