Skip to content

Conversation

@binarytemple
Copy link

Hi I noticed the regex wasn't matching when I tried it out in a regex tester, then I noticed it would match a string of > but fail to match >=. Looked at the pattern and realised the > was matching first. Leex regex implementation may work some other way but I'm giving the PR anyway, just in case.

Hi I noticed the regex wasn't matching when I tried it out in a regex tester, then I noticed it would match a string of ">" but fail to match ">=". Looked at the pattern and realised the ">" was matching first. Leex regex implementation may work some other way but I'm giving the PR anyway, just in case.
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