zeroWidthJoiner

This tag generates a zeroWidthJoiner character

Created by: hackvertor
Installed 1 times

Category: String

Created on: Thursday, October 10, 2024 at 9:15:32 PM

Updated on: Thursday, October 10, 2024 at 9:15:32 PM

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