apidoc::length_spaces (private)

 apidoc::length_spaces data

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

Parameters:
data (required)
Returns:
Number of spaces until next subexpression.

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: