template::data::validate::string (public)
template::data::validate::string value_ref message_ref
Defined in packages/acs-templating/tcl/data-procs.tcl
Validate that a submitted string is valid. Hmmm ... all submitted strings are valid, that's easy!
- Parameters:
- value_ref (required)
- Reference variable to the submitted value
- message_ref (required)
- Reference variable for returning an error message
- Returns:
- True (1)
- Testcases:
- validate_text
Source code: return 1XQL Not present: Generic, PostgreSQL, Oracle