template::util::string_range (private, deprecated)

 template::util::string_range string indices

Defined in packages/acs-templating/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Parameters:
string (required)
indices (required)
See Also:
  • use "string range instead"

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc template::util::string_range
    return [string range $string [lindex $indices 0] [lindex $indices 1]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: