TXTNotebook
extends Nodebook
"TXTNotebook" is a customized class used for .txt
files.
Usage
TXTNotebook Setup
note(value)
Similar to addLine()
but it does not automatically go to the next line.
string value
:
The value to add to the file.
erase(value, options)
Erase word(s) from the .txt
file.
string value
:
The string to erase it from.
object options
:
options.flag
: The flag to delete in RegExp.
Last updated