I have an argument in my panels path, used as a String context.

I have 2 redirect variants, with selection rules based on the length of the string.

If I have the first variant selection rule as "String must be = 2 characters", it does not work. I tried 1, 2, 3, and 4 character arguments, and the variant is never selected.

If I have it as "String must be <= 2 characters", it works fine.