SOAPUI Square brackets around my actual results causing assert to fail
问题 I am writing a Groovy script assertion which is verifying a value from a previous JDBC response step against a value contained in a SOAP response. When I run my scripts I can see that both values are coming back the same but the actual result value (from the SOAP response) is surrounded by square brackets which in turn makes the assert fail. I'm guessing this is something to do with one being a string and one not? How do I either strip out the square brackets from actual result or get them