cukes icon indicating copy to clipboard operation
cukes copied to clipboard

Regex pattern should not be escaped because then length quantifier is escaped

Open JekabsK opened this issue 6 years ago • 0 comments

Then response contains property "someAttribute" matching pattern "E[A-z0-9]{5}" Will not accept {5} as length quantifier because it is then escaped.

image

JekabsK avatar Oct 17 '18 10:10 JekabsK