apidoc::length_proc (private)

 apidoc::length_proc data

Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl

Parameters:
data
Returns:
Length of a command name.

Partial Call Graph (max 5 caller/called nodes):
%3 apidoc::tclcode_to_html apidoc::tclcode_to_html (public) apidoc::length_proc apidoc::length_proc apidoc::tclcode_to_html->apidoc::length_proc

Testcases:
No testcase defined.
Source code:
        if {[regexp -indices {^(::)?[A-Za-z0-9][:\.\-A-Za-z0-9_@]+} $data found]} {
            return [lindex $found 1]
        }
        return 0
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: