wordJoiner

This tag generates a wordJoiner character

Created by: hackvertor
Installed 1 times

Category: String

Created on: Thursday, October 10, 2024 at 9:17:59 PM

Updated on: Thursday, October 10, 2024 at 9:17:59 PM

This is a built in tag
Tag arguments
[]
Code
class wordJoiner {
  encode(input) {
    return String.fromCodePoint(0x2060);
  }
}