Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Bradley HicksBradley HicksLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Affects versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Bradley Hicks
Bradley HicksLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Affects versions
Priority
Created 14 November 2020 at 20:51
Updated 26 January 2021 at 20:37
Resolved 18 December 2020 at 10:03
This simple code is returning inaccurate results on Lucee for the `.match` sub-struct, where each entry contains the whole result, while the `.len` and `.pos` sub-structs are accurate.
ACF-2016 screenshot also attached for comparison.
str = "1234567890"; writedump(refind("(\d{3})(\d{3})(\d{4})",str,0,true))
Lucee
ACF