rivet
rivet copied to clipboard
[Bug]: Extract Regex Node RangeError
What happened?
When I use (?=\n[\d{4}]) in the Extract Regex Node i obtain a RangeError: Invalid array length It seems that the Extract Regex Node does not work with the regex lookahed "(?=...)"
What was the expected functionality?
Rivet did not work as expected!
Describe your environment
MacOS Sonoma 14.4.1, node.js v21.4.0, Rivet v1.7.10
Relevant log output
No response
Relevant screenshots
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
It might be a browser limitation, have you tried the node executor, does it behave differently?