Skip to main content

peekSecondLastCharacter

Summary

Returns the second to last character that was written, or an empty string if less than one characters have been written yet.

Signature

peekSecondLastCharacter(): string;

Parameters

This method takes no parameters.

Returns

Type:string Returns the second to last character that was written, or an empty string if less than one characters have been written yet.