Help making yii2 routing completely case insensitive

Hi!

Can anyone help me pointing out which class should be extended and which method should be rewritten to make yii2 routing completely case insensitive?

I mean to be able using UserDataController::actionDeleteAdminUserData() as /userdata/deleteadminuserdata

SEO has no importance at all, since I’m creating management systems where the only public action is /account/login.

But it’s just annoying to be forced to declare UserdataController-actionDeleteadminuserdata. I’m not interested in creating custom url rules…

Thank you