I'm using SoapUI and I have responses of JSON which contains strings.
For example about string "84,96". I need to create a regular expression which verifies that all value decimals of this JSON are containing a comma (,
) but not a point (.
)
Examples:
"84,96"
is Good
"84.96"
is wrong
this solves your question test here Test