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, February 21, 2025 at 11:30:44 AM
Tag arguments
[]
Code
class nextLineChar {
encode(input) {
return "\u0085";
}
}