[MDEV-24987] Regexp Look-ahead is working without a fixed-length regexp Created: 2021-02-25 Updated: 2021-03-09 Resolved: 2021-03-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.5.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Christian Proust | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | documentation | ||
| Description |
|
In the PCRE page, it is written:
It is true that for a look-behind, the pattern should have a fixed-length. However, for a look-ahead, this is not requested. More information from PERL documentation. Example:
Returns:
|