Today I learned that regular expressions have a size limit and you get a “regular expression too large” error if you go over it.
Still trying to find some definitive documentation on what that size limit is in v8/latest Node.js.
Today I learned that regular expressions have a size limit and you get a “regular expression too large” error if you go over it.
Still trying to find some definitive documentation on what that size limit is in v8/latest Node.js.
Bottom line: I really shouldn’t have been using a dynamically-generated regex for that part of the parser. Especially since I already have the start and end indices for the areas I want to replace. So I’m going to refactor with that approach.
Appreciate your taking the time to look into it and reply :)
A space for Bonfire maintainers and contributors to communicate