Commit 3981d2a
committed
regex: correct outdated docs
This fixes a bug in the documentation of RegexBuilder that reflected the
old behavior of bytes::Regex where it disabled Unicode mode by default.
Instead, Unicode mode is now enabled by the default, and we can explain
the semantics of `.` purely in terms of whether Unicode mode is enabled
or not.1 parent 2918aab commit 3981d2a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments