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

Fix Issue with Regex Replacement Where Escape Characters Were String Escaped and Not Actually Escape Characters #531

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

pjkaufman
Copy link
Collaborator

Fixes #524

Changes Made

  • Added the ability to actually use escape characters in regex replacement
  • Added a UT to make sure that first letter does not ignore cased words when that setting is on
  • Added a new method for converting string escaped escape characters to their escaped character forms

@pjkaufman pjkaufman added the bug Something isn't working label Dec 2, 2022
@pjkaufman pjkaufman self-assigned this Dec 2, 2022
@pjkaufman pjkaufman merged commit b5f30be into platers:master Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Can't insert new line with Custom Regex replacement
1 participant