The
TrimLeftClipboard
command removes leading
whitespace
from the clipboard content.
Example
In the following expansion:
{CopySelection}
{TrimLeftClipboard}
{Paste}
- {CopySelection} copies the selection to the clipboard,
- {TrimLeftClipboard} removes leading whitespace from the clipboard content,
-
and finally {Paste} pastes the clipboard content,
thereby overwriting the selection with its version without leading whitespace.