The ConnectionString, queue-name, topic-name and subscription-name are following a validation pattern. Which regex is used to validate these?
I want to apply a regular expression attribute on my Options class which defines the fields for ConnectionString, queue-name, topic-name and subscription-name.
Question
The ConnectionString, queue-name, topic-name and subscription-name are following a validation pattern. Which regex is used to validate these?
I want to apply a regular expression attribute on my Options class which defines the fields for ConnectionString, queue-name, topic-name and subscription-name.