NearSocial / VM

Near Social VM
The Unlicense
36 stars 57 forks source link

Support RegExp #191

Open wpdas opened 4 months ago

wpdas commented 4 months ago

It would be nice to support this new RegExp("ab+c", "i");. Right now, when I try to use it, I get an error saying RegExp is not a function.

evgenykuzyakov commented 3 months ago

You can use /ab+c/i