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, January 15, 2025 at 3:08:06 PM

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