What is the easiest way to use wildcards with field values in DBUnit XML datasets? I use DBRider+DBUnit with Spring Boot tests.
Tried to check identifiers with generated numeric part like ID-123
using such placeholders <someTable ... someField="regex:ID-\\d+" />
(this is mentioned in documentation with YAML examples) but it hasn't worked.