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

Pattern "(.+)" is greedy #116

Open
DmitryPrigodich opened this issue Dec 4, 2017 · 1 comment
Open

Pattern "(.+)" is greedy #116

DmitryPrigodich opened this issue Dec 4, 2017 · 1 comment

Comments

@DmitryPrigodich
Copy link

DmitryPrigodich commented Dec 4, 2017

Pattern "(.+)" is greedy, it cannot differentiate these kind of strings (just an example, like enlargement of original step):
* let variable "ddd" equal to "zzz"
* let variable "ddd" equal to "zzz" with random number starting from "7"

Pattern ([^\"]+) is more precize.

@DmitryPrigodich
Copy link
Author

Well, ok, when we want to have string with quote signs ("") then it might not work as expected.

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

No branches or pull requests

1 participant