nextLineChar

Returns the next line character

Created by: hackvertor
Installed 1 times

Category: String

Created on: Friday, December 6, 2024 at 8:13:55 AM

Updated on: Wednesday, December 11, 2024 at 1:41:02 PM

This is a built in tag
Tag arguments
[]
Code
class nextLineChar {
  encode(input) {
    return "\u0085";
  }
}