apidoc::length_proc (private)

 apidoc::length_proc data

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

Parameters:
data (required)
Returns:
Length of a command name.

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: