"Cut"
This token has not been fully integrated into the long-term Wolfram Language, and is subject to change.
"Cut"
is a front end token that deletes the current selection and copies it to the clipboard.
Details
- "Cut" is equivalent to Edit ▶ Cut.
- You can then insert the deleted material elsewhere using the front end token "Paste".
- A typical use is FrontEndExecute[FrontEndToken["Cut"]].