@etherdata-blockchain/string-replacer
v5.0.3
Published
This package will replace string like `name=${{ secret }}` where secret is world to `name=world`. If no match, it will use empty string for replacement.
Downloads
64
Readme
ETD String replacer
This package will replace string like name=${{ secret }}
where secret is world to name=world
. If no match, it will
use empty string for replacement.