Forum Discussion

tomptomp's avatar
tomptomp
Occasional Contributor
8 years ago

I am trying to assert in groovy that any value appears in this tag in the response. A wildcard

I am trying to assert in groovy that any value appears in this tag in the response and creating a wildcard in a RegEx in groovy is killing me:   GivenName>AnyValue<       def response = context...