Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Positive/Negative Lookbehind not supported? #7

Open
rabeet opened this issue Oct 27, 2019 · 3 comments
Open

Positive/Negative Lookbehind not supported? #7

rabeet opened this issue Oct 27, 2019 · 3 comments

Comments

@rabeet
Copy link

rabeet commented Oct 27, 2019

String jvmRegex = "(?<=a)";
com.humio.jitrex.Pattern jitrexPattern = com.humio.jitrex.Pattern.compile(jvmRegex);

Exception in thread "main" com.humio.util.jint.util.CompilerException: CompilerError[4804]
at com.humio.jitrex.parser.RParser.parseImpl(RParser.java:277)
at com.humio.jitrex.parser.RParser.parse(RParser.java:82)
at com.humio.jitrex.parser.RParser.parse(RParser.java:72)
at com.humio.jitrex.Pattern.compile(Pattern.java:158)
at com.humio.jitrex.Pattern.compile(Pattern.java:147)

@4ntoine
Copy link

4ntoine commented Mar 10, 2021

+1. Any update on it?

@bjb298
Copy link

bjb298 commented Aug 24, 2022

Any progress on this?

@mhensler
Copy link

https://github.com/humio/jitrex/blob/master/README.md mentions:

Removed some Perl-style regex features like < and >

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants