EnsembleUI / ensemble_ts_interpreter

Javascript ES5 parser and interpreter written entirely in dart.
https://ensembleui.com
BSD 3-Clause "New" or "Revised" License
29 stars 1 forks source link

regex methods support #38

Open sharjeelyunus opened 10 months ago

sharjeelyunus commented 10 months ago

Added these, but haven't tested, need to test these before merging

  1. exec
  2. match
  3. search
  4. replace
  5. split
  6. matchAll

Ticket: https://github.com/EnsembleUI/ensemble/issues/1095