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