Issues

Select view

Enter to search
Shift+Enter to add a new line
    Select search mode

     

    add support for Java Regex

    Fixed

    Description

    Lucee like every other CFML engine only support Perl5 Regex what has some limitations and bugs (the lib we use).
    It should be possible in Lucee gto enable the Regex engine that comes with Java instead.

    Attachments

    1
    • 14 Aug 2020, 10:08 am

    Details

    Assignee

    Reporter

    Labels

    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

    Sprint

    Fix versions

    Priority

    Created 14 August 2020 at 10:06
    Updated 7 December 2022 at 08:55
    Resolved 14 August 2020 at 16:24

    Activity

    Show:

    Michael Offner12 October 2020 at 09:13

    added alias for “useJavaAsRegexEngine“, please see https://luceeserver.atlassian.net/browse/LDEV-2892

    Pothys - MitrahSoft17 August 2020 at 13:53
    Edited

    , I've added a regex setting in export page

    Pull Request: https://github.com/lucee/Lucee/pull/1003

    Zac Spitzer14 August 2020 at 10:45

    actually ACF already supports this, as per https://luceeserver.atlassian.net/browse/LDEV-2892

    their syntax is

    this.useJavaAsRegexEngine = true

    also, it’s missing from the export settings page



    Michael Offner14 August 2020 at 10:08

     

    looks like this, can also be defined with the tag cfapplication.