-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 19
-
Component/s: core-libs
The `\b` metacharacter now matches ASCII word characters by default in the same way that the `\w` metacharacter does. For `\b` to match Unicode characters, the UNICODE_CHARACTER_CLASS must be set in the same way that it would need to be set for `\w` to match Unicode characters.