Describe the bug
I am using the python client with pulsar 2.4.2. I made a subscription with persistent://public/default/extract-text-.* expecting that it would subscribe to all topics that start with extract-text but instead pulsar just creates a topic called persistent://public/default/extract-text-.*? Is this a bug or is there a different syntax to subscribe to all topics starting with extract-text?