template::data::validate::filename (public)

 template::data::validate::filename value_ref message_ref

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

Validate that a submitted filename consists of alphanumeric, "_", or "-" characters.

Parameters:
value_ref - Reference variable to the submitted value
message_ref - Reference variable for returning an error message
Returns:
True (1) if valid, false (0) if not

Partial Call Graph (max 5 caller/called nodes):
%3 test_validate_filename validate_filename (test acs-templating) template::data::validate::filename template::data::validate::filename test_validate_filename->template::data::validate::filename _ _ (public) template::data::validate::filename->_

Testcases:
validate_filename
[ show source ]
Show another procedure: