Const
Options for replacing tags using hand emojis pointing in at the variable (๐ ๐). Matches tags of the form ๐variable๐ in the text.
๐
๐
๐variable๐
// Example usage:const text = 'Hello ๐variable๐';const result = replaceTags(text, { variable: 'world' }, Pointy);console.log(result); // Output: 'Hello world' Copy
// Example usage:const text = 'Hello ๐variable๐';const result = replaceTags(text, { variable: 'world' }, Pointy);console.log(result); // Output: 'Hello world'
Generated using TypeDoc
Options for replacing tags using hand emojis pointing in at the variable (
๐
๐
). Matches tags of the form๐variable๐
in the text.