-
Notifications
You must be signed in to change notification settings - Fork 5
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
some case wrong #6
Comments
Hi @xinshangshangxin thank you for your feedback. I always have to dive in again into the logic. I will have a look at it tonight. If you have any suggestions aka pull request I'll happily have a look at it. |
@mafar |
Hey @xinshangshangxin I never got back to you. |
like next line RegExp, which with repeat symbol (
+
or*
), it will be wrong/(ba)+.(a*)/
I think the regexp should change to
/((ba)+).(a*)/
when calculate the next match positionThe text was updated successfully, but these errors were encountered: