apidoc::length_spaces (private)

 apidoc::length_spaces data

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

Parameters:
data
Returns:
Number of spaces until next subexpression.

Partial Call Graph (max 5 caller/called nodes):
%3 apidoc::length_exp apidoc::length_exp (private) apidoc::length_spaces apidoc::length_spaces apidoc::length_exp->apidoc::length_spaces

Testcases:
No testcase defined.
Source code:
        regexp -indices {\s+} $data match
        return [expr {[lindex $match 1]+1}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: