cukes
cukes copied to clipboard
Pattern "(.+)" is greedy
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.
Well, ok, when we want to have string with quote signs ("") then it might not work as expected.