Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Bradley HicksBradley HicksPriority
MinorLabels
Fix versions
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
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Bradley Hicks
Bradley HicksPriority
Labels
Fix versions
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
Created 21 May 2021 at 19:13
Updated 6 August 2021 at 15:00
Resolved 6 August 2021 at 15:00
Set Application's regex engine to Java
this.regex.type = 'java'
this.regex.type = 'java'
Run this code
writedump(reFind("(f)(oo)", "bar", 1, false, "ALL"));
writedump(reFind("(f)(oo)", "bar", 1, false));
And you get an empty array, followed by an empty match set (len, match, pos)
Change this.regex.type to 'perl' and the same code returns an empty match set for each try.