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: Friday, January 10, 2025 at 8:27:31 PM

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