ExpoSEJS / ExpoSE

A Dynamic Symbolic Execution (DSE) engine for JavaScript. ExpoSE is highly scalable, compatible with recent JavaScript standards, and supports symbolic modelling of strings and regular expressions.
MIT License
185 stars 36 forks source link

Rewrite replace to only operate on the remaining substring #49

Closed jawline closed 5 years ago

tapaswenipathak commented 5 years ago

Hi @jawline: Can you please expand?

jawline commented 5 years ago

Actually, this bug I fixed a while ago and forgot to close, the issue was with the sticky flag on regex and which portion of the string it should operate from.