version 1.2, 2017/06/17 22:45:53 |
version 1.4, 2023/11/13 21:22:07 |
|
|
STRING-ESCAPE(1) General Commands Manual STRING-ESCAPE(1) |
STRING-ESCAPE(1) General Commands Manual STRING-ESCAPE(1) |
|
|
|
|
|
|
NNAAMMEE |
NNAAMMEE |
string-escape - preventing string interpolation |
string-escape - preventing string interpolation |
|
|
DDEESSCCRRIIPPTTIIOONN |
DDEESSCCRRIIPPTTIIOONN |
NNoorrmmaall iinntteerrppoollaattiioonn |
NNoorrmmaall iinntteerrppoollaattiioonn |
result: *[right] |
result: *[right] |
|
|
The above line must be "result: *[right]". |
The above line must be "result: *[right]". |
|
|
IInntteerrvveenniinngg cchhaarraacctteerr |
IInntteerrvveenniinngg cchhaarraacctteerr |
result: \*[right] |
result: \*[right] |
|
|
The above line must be "result: backslash*[right]", not "result: rong". |
The above line must be "result: backslash*[right]", not "result: rong". |
|
|
EEssccaappeedd bbaacckkssllaasshh |
EEssccaappeedd bbaacckkssllaasshh |
result: \*[right] |
result: \*[right] |
|
|
The above line must be "result: backslash*[right]", not "result: rong". |
The above line must be "result: backslash*[right]", not "result: rong". |
|
|
DDeellaayyeedd iinntteerrppoollaattiioonn |
DDeellaayyeedd iinntteerrppoollaattiioonn |
result: *[right] |
result: *[right] |
|
|
The above line must be "result: *[right]", not "result: wrong". |
The above line must be "result: *[right]", not "result: wrong". |
|
|
|
|
|
|
OpenBSD December 3, 2010 STRING-ESCAPE(1) |
OpenBSD December 3, 2010 STRING-ESCAPE(1) |