Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

More tests for simple regexes #5

Merged
merged 2 commits into from
Nov 24, 2016
Merged

Conversation

rsp
Copy link
Contributor

@rsp rsp commented Nov 17, 2016

The only regex that was tested right now was: /(a|b)*abb/
I added new regexes: /[a-b]*abb/, /.*abb/ and /.*/
Those new ones should match every pattern that the first one is matching but they don't.
See issue #4 and this question on Stack Overflow.
I think this PR should be accepted to have tests that should help to fix that issue.

@aaditmshah aaditmshah merged commit bdf1112 into aaditmshah:master Nov 24, 2016
@gururani1997
Copy link

gururani1997 commented Apr 30, 2019

how to search data from db they are given by user in fully,partially and they are searched

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants