template::data::validate::keyword (public)

 template::data::validate::keyword value_ref message_ref

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

Validate that a submitted keyword consists of alphnumeric or "_" characters.

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

Testcases:
validate_keyword
[ show source ]
Show another procedure: