ontodev / valve.js

VALVE in JavaScript
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Remove leading `s` from regex matches #10

Closed beckyjackson closed 3 years ago

beckyjackson commented 3 years ago

Regex match:

/pattern/[flags]

Regex sub:

s/pattern/replacement/[flags]