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:

Partial Call Graph (max 5 caller/called nodes):
%3 test_test_message_regexp test_message_regexp (test acs-lang) lang::util::message_key_regexp lang::util::message_key_regexp test_test_message_regexp->lang::util::message_key_regexp Class ::xowiki::formfield::localized_text Class ::xowiki::formfield::localized_text (public) Class ::xowiki::formfield::localized_text->lang::util::message_key_regexp Class ::xowiki::includelet::folders Class ::xowiki::includelet::folders (public) Class ::xowiki::includelet::folders->lang::util::message_key_regexp group::new group::new (public) group::new->lang::util::message_key_regexp

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: