File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1153,8 +1153,9 @@ utf8
1153
1153
**type **: ``boolean `` **default **: ``false ``
1154
1154
1155
1155
When this option is set to ``true ``, the regular expressions used in the
1156
- :ref: `requirements of route parameters <routing-requirements >` will match any
1157
- UTF-8 character when using ``. ``, instead of matching only a single byte.
1156
+ :ref: `requirements of route parameters <routing-requirements >` will be run
1157
+ using the `utf-8 modifier `_. This will for example match any UTF-8 character
1158
+ when using ``. ``, instead of matching only a single byte.
1158
1159
1159
1160
If the charset of your application is UTF-8 (as defined in the
1160
1161
:ref: `getCharset() method <configuration-kernel-charset >` of your kernel) it's
@@ -3041,3 +3042,4 @@ to know their differences.
3041
3042
.. _`PEM formatted` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
3042
3043
.. _`haveibeenpwned.com` : https://haveibeenpwned.com/
3043
3044
.. _`session.cache-limiter` : https://www.php.net/manual/en/session.configuration.php#ini.session.cache-limiter
3045
+ .. _`utf-8 modifier` : https://www.php.net/reference.pcre.pattern.modifiers
You can’t perform that action at this time.
0 commit comments