util::name_to_path (public)

 util::name_to_path -name name

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Transforms a pretty name to a reasonable pathname.

Switches:
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_name_to_path name_to_path (test acs-tcl) util::name_to_path util::name_to_path test_name_to_path->util::name_to_path

Testcases:
name_to_path
Source code:
    regsub -all -nocase -- { } [string trim [string tolower $name]] {-} name
    regsub -all -- {[^[:alnum:]\-]} $name {} name
    return $name
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: