lang::util::message_tag_regexp (public)
lang::util::message_tag_regexp
Defined in packages/acs-lang/tcl/lang-util-procs.tcl
The regexp expression used by proc get_temporary_tags_indices and elsewhere to extract temporary message catalog tags (<#...#>) from ADP and Tcl files. The first sub match of the expression is the whole tag, the second sub match is the message key, and the third sub match is the message text in en_US locale.
- Author:
- Peter marklund <peter@collaboraid.biz>
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- test_message_regexp