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