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: Thursday, April 17, 2025 at 7:38:44 AM

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