[MXS-4550] Regular expression documentation is inaccurate and lacking Created: 2023-03-08 Updated: 2023-04-28 Resolved: 2023-04-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation |
| Affects Version/s: | 2.5.24, 6.4.5, 22.08.4 |
| Fix Version/s: | 2.5.26, 6.4.7, 22.08.6, 23.02.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-181 |
| Description |
|
The documentation for the options parameter does not state what the extended value does and since the patterns are PCRE2 patterns, the options is largely unnecessary: the patterns themselves can define the options with the (?) syntax. |