TABLE OF CONTENTS


::pwtk::unquote

SYNOPSIS

proc ::pwtk::unquote {str} {

PURPOSE

Unquote a string, i.e., both single and double quotes are trimmed.

RETURN VALUE

Unquoted string.

SOURCE

    return [string trim $str '\"]
}