libtmux Reference MCP Search
On this page

LibTmux.Internal.OptionParser.Unescape

View as Markdown

Module
LibTmux.Internal
Declared in
OptionParser
Package
LibTmux
Source
src/LibTmux/Internal/OptionParser.cs
Unescape ( value : string ) string
methodstatic [source]
methodstatic [source]
Unescape

Undoes the escaping tmux applies when it prints a value.

tmux quotes a value only when it has to, and never nests quotes, so one matching outer pair can be stripped without ambiguity: a value holding a double quote is single-quoted and the other way round.

Parameters
  • value ( string ) – The escaped text.

Returns

The text tmux was asked to store.

0 declared, 0 inherited

Esc

Type to search.