ns_paren - Surround string with parentheses
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
COMMANDS
EXAMPLES
|
This command returns string inside left and right parentheses, unless string is the empty string, for which an empty string is returned.
% ns_paren "Hello World!" (Hello World!) |