Regular expression for string list

Hi everyone,

I’m working on wm Test Suite, I created a flow service which stores the current date in a string list untill the loop exits. Here the test suite compares the output of the flow service with the expected output values stored in an XML file previously. So, I wanted to use regular expression in expected output values, so that the test never fails due to change in time.

I’m using /^.*$/ as regular expression but still the test case fails due to miss match. And it works fine with Strings but not with Stringlist.

Can anyone please resolve this issue?