1.3.2 • Published 10 months ago
@loybung/textreplace v1.3.2
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