@loybung/textreplace
v1.3.2
Published
LOYBUNG / Text Replace
Downloads
295
Readme
TextReplace
const { TextReplace } = require("@loybung/textreplace");
const textReplace = new TextReplace();
textReplace.setVariable({
name: "loybung", // {name} = loybung
});
const text = "{name}";
console.log(textReplace.getVariable(text)); // loybung