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

Issue with regexp with both leading and tailing boundary (^ $) matchers #330

Closed
weronika-redlarska opened this issue Jan 30, 2019 · 1 comment
Labels
Milestone

Comments

@weronika-redlarska
Copy link

When there are both ^ and $ boundary matchers in the regexp pattern, the tailing matcher $ is not removed. I have submitted a pull request that fixes this issue: #329

@fmbenhassine fmbenhassine added this to the 4.0.0 milestone Jan 31, 2019
@fmbenhassine
Copy link
Member

Indeed, that's a bug in RB . Thank you @weronika-redlarska for reporting the issue and fixing it!

I'm closing this issue as it is fixed with #329.

@fmbenhassine fmbenhassine modified the milestones: 4.0.0, 3.9.0 Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants