apidoc::length_string (private)

 apidoc::length_string data

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

Parameters:
data

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

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