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: remove replacement char from start and end in strict mode #116

Merged
merged 1 commit into from
May 11, 2021

Conversation

Trott
Copy link
Collaborator

@Trott Trott commented May 11, 2021

In addition to fixing the bug, this also removes dynamically generated
regular expresions which could result in unexpected behavior when the
replacement character is a special character in regulard expressions,
such as ..

Refs: #112 (comment)

In addition to fixing the bug, this also removes dynamically generated
regular expresions which could result in unexpected behavior when the
replacement character is a special character in regulard expressions,
such as `.`.

Refs: simov#112 (comment)
@Trott Trott merged commit f7a91b6 into simov:master May 11, 2021
@Trott Trott deleted the strict branch May 11, 2021 20:49
@simov
Copy link
Owner

simov commented May 15, 2021

Hi, @Trott, thanks for working on this. Can you push the tag and the commit for 1.5.3, I just noticed that it is missing.

@Trott
Copy link
Collaborator Author

Trott commented May 15, 2021

Hi, @Trott, thanks for working on this. Can you push the tag and the commit for 1.5.3, I just noticed that it is missing.

Whoops. Done.

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.

2 participants