I am trying to use a regex that contains the "/i" option to make the entire regex case insensitive. For some reason this doesn't seem to work. I do see it in the ECMA 262 (2011) specification so it should work. Am I using this option incorrectly for the Swagger regex implementation?
'^[A-Z0-9][A-Z0-9-]+[A-Z0-9]$/i' -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
