lang::util::message_key_regexp (public)

 lang::util::message_key_regexp

Defined in packages/acs-lang/tcl/lang-util-procs.tcl

Regular expression for recognizing message keys in the form #package_name.key#.

See Also:

Testcases:
test_message_regexp
Source code:
    return {\#([-a-zA-Z0-9_]+[.][-a-zA-Z0-9_]+)\#}
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-lang/tcl/lang-util-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: