Skip to:
Upgrading from 3.8 to 3.9 you may have found that the parameter names could not contain digits.
This was due to a change which added support for unicode characters.
Support for digits has now been restored and in addition the character class used to find parameter names has been made configurable, defaulting to
.
To restrict parameter names to letters only, use
Upgrading from 3.8 to 3.9 you may have found that the parameter names could not contain digits.
This was due to a change which added support for unicode characters.
Support for digits has now been restored and in addition the character class used to find parameter names has been made configurable, defaulting to
.
To restrict parameter names to letters only, use
.