Need help using Regular expressions in table include list

We are trying to create topics for the database tables in Kafka using table include list and have around 100 tables to be included for the topic creation.
Instead of keeping each table name in the connector file, tried regular expressions like this "abu_[A-Za-z_]+,aic_[A-Za-z_]+ " to create the topics.

The regular expressions are not working as expected.
Anybody has an idea about this?

hey @vangariwwt1

welcome :slight_smile:

which connector is in place?

best,
michael

It is for PostgreSQL connector.