Description
When we provide an input and a regex to match by the Switch mediator, it matches the complete input with the regex instead of a subsequence. For example if the input is ABC and the regex is AB, it will not consider as a match. But ideally it is a match.