VocabularydocumentsInputsstring | a string |
from | a pair of integers |
to | a pair of integers |
document | a document |
OutputsNone
Word descriptionReplaces all text between two line/column number pairs with
string. The string may use either
\n,
\r\n or
\r line separators.
ErrorsThrows an error if
from or
to is out of bounds.
Side effectsModifies
documentDefinition