skx / evalfilter

A bytecode-based virtual machine to implement scripting/filtering support in your golang project.
GNU General Public License v2.0
117 stars 12 forks source link

Added `replace` built-in function. #182

Closed skx closed 2 years ago

skx commented 2 years ago

This performs regular expression search and replaces, and updates #180.