Feature Description
Regex parameter is described in the reference guide, and can be used in combination with for example does_not_equal_string_part or is_not_unique_set operator.
Currently, it doesn't work in combination with is_inconsistent_across_dataset operator. We want to use it in a custom rule to extract date part from --DTC and check that date component is consistent within a subject-visit combination. In below example, the WEEK1 records should not generate output. Currently, they are giving output because time component is different. Using the regex parameter, we can extract date part only and ignore time component.
Thanks in advance for checking if regex parameter can also be allowed for the is_inconsistent_across_dataset operator