RegEx and Zip files for WEB Core?

Is there a RegEx lib that runs in WEB Core?

I've been using an old one in VCL called RegExpr but it uses pointers to speed up the low-level searches, which seems to be a problem with most string-related VCL functions.

The Marshal video mentioned that the TZipFile lib doesn't work in WEB Core either, probably for the same reason (uses pointers). I'm sure there must be a JS lib that supports both RegEx and Zip files that can be brought into WEB Core. (Or maybe they're planned for a future release?)

1 Like