Does Flask support regular expressions in its URL routing?

I understand that Flask has the int, float and path converters, but the application we're developing has more complex patterns in its URLs.

Is there a way we can use regular expressions, as in Django?

95
задан Alistair 3 May 2011 в 13:28
поделиться