Skip to content
Snippets Groups Projects
Commit 2a925aef authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: support alternative values in string expansion

- syntax as per Bourne/Korn shell
      ${parameter:+altValue}

  If parameter is unset or null, nothing is substituted.
  Otherwise the \c altValue is substituted.
parent a82e6efa
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment