-
Sub-task
-
Resolution: Delivered
-
P4
-
19
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.